摘要: - (id)init{ if (self = [super init]) { NSLog(@"%@",self.view); } return self;}- (UIView*)view{ //若view存在,则返回 if ([self valueForKey:@"_view"]) ... 阅读全文
posted @ 2015-08-21 20:15 软肋。 阅读(132) 评论(0) 推荐(0)