【发布时间】:2018-01-23 15:42:30
【问题描述】:
我想在 pinterest 应用程序中创建一个 瀑布布局。我尝试了不同的框架,但没有一个与 swift 4 兼容。
我尝试使用 PinterestLayout (https://github.com/MagicLab-team/PinterestLayout),但编译器不支持此框架。 我再次尝试了 CollectionViewWaterfallLayout (https://github.com/ecerney/CollectionViewWaterfallLayout),但编译器不支持它。
是不是因为我用的是swift 4? 与 swift 4 兼容的此类布局的替代框架是什么? 旧版swift写的框架不兼容最新版吗?
【问题讨论】:
-
在两个视图控制器之间创建一个自定义
UIViewControllerAnimatedTransitioning怎么样?或者如果这是关于布局,创建自定义UICollectionViewFlowLayout怎么样?在线和/或 Apple 网站上提供了大量示例...
标签: ios swift uicollectionview swift4