【发布时间】:2016-01-07 16:42:42
【问题描述】:
在 iOS 8 中一切顺利,但在 iOS 9 中我收到以下错误消息:the item height must be less than the height of the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values
我将collectionViews 嵌入到tableView 单元格中。有什么想法吗?
我试过self.automaticallyAdjustsScrollViewInsets = false,但它不起作用。 DenseMapBase 方法被重复调用。
【问题讨论】:
标签: ios uicollectionview ios9 uicollectionviewlayout