2014年8月17日

kvo-观察者-iOS

摘要: #import @interface Child : NSObject@property (nonatomic,assign) int age;-(id) initWithAge:(int) age;@end#import "Child.h"@implementation Child-(id) in... 阅读全文

posted @ 2014-08-17 12:34 clarenceV1 阅读(171) 评论(0) 推荐(0) 编辑

对象属性操作-包含kvc---ios

摘要: #import @class Author;@interface Books : NSObject{ @private NSString *color; int book_id; NSString *box; Author *author; NSArray *r... 阅读全文

posted @ 2014-08-17 03:06 clarenceV1 阅读(621) 评论(0) 推荐(0) 编辑

导航