摘要:
一 控制器的创建方式1、storyboard创建 1 self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; 2 3 self.window.backgroundColor = [UI... 阅读全文
posted @ 2014-10-03 22:30
hshd123
阅读(246)
评论(0)
推荐(0)
摘要:
@interface UIView : UIResponder/*** 通过一个frame来初始化一个UI控件*/- (id)initWithFrame:(CGRect)frame;// YES:能够跟用户进行交互@property(nonatomic,getter=isUserInteractio... 阅读全文
posted @ 2014-10-03 01:08
hshd123
阅读(246)
评论(0)
推荐(0)
摘要:
一.UIPickerView1.UIPickerView的常见属性// 数据源(用来告诉UIPickerView有多少列多少行)@property(nonatomic,assign) id dataSource;// 代理(用来告诉UIPickerView每1列的每1行显示什么内容,监听UIPick... 阅读全文
posted @ 2014-10-03 01:02
hshd123
阅读(906)
评论(0)
推荐(0)

浙公网安备 33010602011771号