2014年5月19日

KVO KVC

摘要: @interface FoodData : NSObject{ NSString * foodName; float foodPrice; }@end/////////////////////////////////////////////////////////////////////////... 阅读全文

posted @ 2014-05-19 21:35 景树园 阅读(221) 评论(0) 推荐(0)

IOS NSNotificationCenter 通知的使用

摘要: 1.注册通知[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(notify) name:@"myNotify" object:nil];-(void)notify{ NSLog(@"notify");}... 阅读全文

posted @ 2014-05-19 19:59 景树园 阅读(194) 评论(0) 推荐(0)

导航