标签: ios uicollectionview uicollectionviewlayout contentsize
layoutAttributesForElementsInRect返回了一个 rect ,其大小为{1024, 2048}(w,h),但collectionViewContentSize为{1408, 1210}(w, H)。我正在使用iPad 2 iOS 8.4模拟器。
layoutAttributesForElementsInRect
{1024, 2048}
collectionViewContentSize
{1408, 1210}
目标视图的矩形如何大于内容大小?
我的目标是从 rect 计算NSIndexPath。我应该将其限制为实际内容大小吗?或者我在这里设置了错误的尺寸?
NSIndexPath