【问题标题】:UICollectionViewController can't scroll when it's in UIPageViewControllerUICollectionViewController 在 UIPageViewController 中时无法滚动
【发布时间】:2015-09-06 04:32:46
【问题描述】:
当我将带有垂直滚动的UICollectionViewController 放入UIPageViewController 时,有时我的“UICollectionViewController”无法滚动并被强制置顶,甚至在没有任何错误消息的情况下崩溃。
我想分别展示照片和视频的媒体集合,支持两个片段之间的滑动手势。
[
【问题讨论】:
标签:
ios
uicollectionview
uipageviewcontroller
【解决方案1】:
现在我解决了这个问题:
我使用带有UICollectionView 属性的UIViewController,而不是直接使用UICollectionView
我的UICollectionViewController被两个UIPageViewController重用了好像UICollectionViewController在释放之前释放了它的UICollectionViewFlowLayout,所以重用这个类可能会导致问题。