2016-05-12 26 views

回答

0

如果你繼承UICollectionViewLayout類,你應該實現這些方法作爲最小的:

  • collectionViewContentSize
  • layoutAttributesForElementsInRect:
  • layoutAttributesForItemAtIndexPath:
  • shouldInvalidateLayoutForBoundsChange;
相關問題