摘要: @implementation CustomCell- (void)layoutSubviews { [super layoutSubviews]; for (NSObject *obj in self.subviews) { NSLog(@"%@",obj); } }@end首先通过重写layoutSubviews方法,看看不同状态下的cell里面有哪些东西。在编辑状态下cell里面会出现 UITableViewCellReorderControl//移动的UITableViewCellDeleteCon... 阅读全文
posted @ 2013-04-05 17:13 HCN. 阅读(672) 评论(0) 推荐(0) 编辑
摘要: @implementation CustomCell- (void)layoutSubviews { [super layoutSubviews]; for (NSObject *obj in self.subviews) { NSLog(@"%@",obj); } }@end首先通过重写layoutSubviews方法,看看不同状态下的cell里面有哪些东西。在编辑状态下cell里面会出现 UITableViewCellReorderControl//移动的UITableViewCellDeleteCon... 阅读全文
posted @ 2013-04-05 17:12 HCN. 阅读(779) 评论(0) 推荐(0) 编辑