05 2016 档案

IOS - 通知(NSNotification)
摘要:#import "ViewController.h" #import "SViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UILabel *showLabel; @end @implementation ViewController - (void)viewDidLoa... 阅读全文

posted @ 2016-05-12 23:59 我不忘初心 阅读(129) 评论(0) 推荐(0)

IOS - KVO
摘要:转自啊左 阅读全文

posted @ 2016-05-12 22:12 我不忘初心 阅读(131) 评论(0) 推荐(0)

IOS相册或者照相机图片的选择
摘要:本文转发自“宏创学院” 阅读全文

posted @ 2016-05-11 23:34 我不忘初心 阅读(286) 评论(0) 推荐(0)

IOS --- KVC
摘要:KVC就是对象属性另一种方式的写(setValueForKey)与读(ValueForKey)。 以上为个人理解,欢迎赐教。 阅读全文

posted @ 2016-05-09 22:44 我不忘初心 阅读(113) 评论(0) 推荐(0)

导航