小爷的爷

2016年7月22日

segues的类型

摘要: Name Interface Builder symbol Description Show Present the content in the detail or master area depending on the content of the screen. If the app is 阅读全文

posted @ 2016-07-22 20:11 小爷的爷 阅读(141) 评论(0) 推荐(0) 编辑
UIkit框架之UIwebview

摘要: 1.继承链:UIview:UIResponder:NSObject 2.使用loadHTMLString:baseURL:方法来加载本地的HTML文件,或者使用 loadRequest:方法来加载网络内容,使用stopLoading方法来停止加载网络内容 loading属性能够发现是否正在加载网络内 阅读全文

posted @ 2016-07-22 14:53 小爷的爷 阅读(363) 评论(0) 推荐(0) 编辑
UIkit框架之UIPickerView

摘要: 1.继承链:UIview:UIResponder:NSObject 2.获取uipicker view的属性 (1)@property(nonatomic, readonly) NSInteger numberOfComponents :获取列的数量,只读 (2)- (NSInteger)numbe 阅读全文

posted @ 2016-07-22 10:33 小爷的爷 阅读(219) 评论(0) 推荐(0) 编辑