标签:
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
测试始终不走这个代理方法的原因肯定是因为
UICollectionViewFlowLayout *layout = [[[UICollectionViewFlowLayout alloc]init]autorelease];忽略了Flow
如何解决btn同时显示文字和图片 但是文字在图片下方:比较简单的方法,就是用自定义视图,一个放ImageView 一个放label 然后打开用户交互,给自定义视图添加手势.
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/cola_wh/article/details/47981939