摘要: @interface ViewController : UIViewController{ NSArray *pickerArray; NSArray *subPickerArray; NSDictionary *dicPicker;}- (IBAction)selectButto... 阅读全文
posted @ 2014-10-08 19:31 王振东 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1.delegate比nsnotification效率高。 2. delegate方法比notification更加直接,最典型的特征是, KVO和NSNotification的区别:和delegate一样,KVO和NSNotification的作用也是类与类之间的通信,与delegate不同的... 阅读全文
posted @ 2014-10-08 19:27 王振东 阅读(197) 评论(0) 推荐(0) 编辑