iOS UICollectionView - 如何让第一个单元格出现在集合视图的底部?
Posted
技术标签:
【中文标题】iOS UICollectionView - 如何让第一个单元格出现在集合视图的底部?【英文标题】:iOS UICollectionView - how to make first cell appear at the bottom of the collection view? 【发布时间】:2015-04-08 17:24:58 【问题描述】:我正在使用带有流布局的 UICollectionView - 它的第一项位于左上角。
如何修改流布局,使第一个项目位于左下角,而更多项目添加到上方?
也许我可以看一下 Apple 提供的示例布局的完整列表?
【问题讨论】:
【参考方案1】:我建议您自己实现 UICollectionViewFlowLayout 并自己反转 x 定位。
http://www.techotopia.com/index.php/Subclassing_and_Extending_the_ios_6_Collection_View_Flow_Layout#Subclassing_the_UICollectionViewFlowLayout_Class
【讨论】:
以上是关于iOS UICollectionView - 如何让第一个单元格出现在集合视图的底部?的主要内容,如果未能解决你的问题,请参考以下文章
iOS:`UICollectionview`,如何通过它的`indexPath`获取单元格的`contentoffset`
iOS6 UICollectionView 和 UIPageControl - 如何获得可见单元格?
如何在 iOS Objective-c 的 UICollectionView 中创建无限滚动
iOS 用 UICollectionView 如何实现这种布局