摘要: #import @interface model : NSObject@property(nonatomic,copy)NSString *bookName;@property(nonatomic,assign)double BookPrice;@end//实现委托@interface model(... 阅读全文
posted @ 2015-01-15 16:54 lss0209 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 发送通知[[NSNotificationCenter defaultCenter]postNotificationName:@"change" object:nil];注册通知[[NSNotificationCenter defaultCenter]addObserver:self selecto... 阅读全文
posted @ 2015-01-15 16:22 lss0209 阅读(175) 评论(0) 推荐(0) 编辑