摘要: 1 一、UICollectionView和UICollectionViewController的用法 2 1.新建一个xib描述UICollectionViewCell(比如DealCell.xib),设置好resuse identifier(比如deal) 3 4 2.控制器继承UICollectionViewController 5 1> 注册xib 6 [self.collectionView registerNib:[UINib nibWithNibName:@"DealCell" bundle:nil] forCellWithReuseIdentifier: 阅读全文
posted @ 2013-11-14 22:38 yyh123 阅读(2614) 评论(0) 推荐(0) 编辑