2015年9月6日

collectionView代码创建

摘要: @interface ViewController ()@property(nonatomic,strong)UICollectionView * collectionView;@end@implementation ViewController- (void)viewDidLoad { [sup... 阅读全文

posted @ 2015-09-06 10:13 🌞Bob 阅读(203) 评论(0) 推荐(0) 编辑

tableView的基本使用(改良版)

摘要: @interface ViewController (){ int i;//用来计算接受通知的次数}@property(nonatomic,strong)UITableView * tableView;@end- (void)viewDidLoad { [super viewDidLoad]; ... 阅读全文

posted @ 2015-09-06 09:59 🌞Bob 阅读(176) 评论(0) 推荐(0) 编辑

导航