Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个集合视图,我加载了一些项目,每个项目都有不同大小的图像,我试图让每个项目都成为当前图像的大小。我在根据图像大小设置项目大小时遇到了一些麻烦,最好的方法是什么?
在你的控制器中实现 UICollectionViewFlowLayoutDelegate,然后你可以在委托方法中返回每个元素的大小,-collectionView:layout:sizeForItemAtIndexPath:
有关更多可用选项,请参阅此链接;
http://developer.apple.com/library/ios/#documentation/uikit/reference/UICollectionViewDelegateFlowLayout_protocol/Reference/Reference.html