导航

2014年3月30日

摘要: 注意属性都是weak// Load the NIB fileUINib *nib = [UINib nibWithNibName:@"HomepwnerItemCell" bundle:nil];// Register this NIB which contains the cell[[self tableView] registerNib:nib forCellReuseIdentifier:@"HomepwnerItemCell"];// Get the new or recycled cell HomepwnerItemCell *cell = [ 阅读全文

posted @ 2014-03-30 21:23 0304 阅读(174) 评论(0) 推荐(0)

摘要: 有条虚线,防止循环引用可以在android上实现自己的UINavigationController,主要考虑设计这块,使代码清晰。 阅读全文

posted @ 2014-03-30 18:27 0304 阅读(217) 评论(0) 推荐(0)