2016-05-12 6 views

答えて

0

あなたがUICollectionViewLayoutクラスをサブクラス化する場合は、最低でもこれらのメソッドを実装するべきである:

  • collectionViewContentSize
  • layoutAttributesForElementsInRect:
  • layoutAttributesForItemAtIndexPath:
  • shouldInvalidateLayoutForBoundsChange。
関連する問題