Objective-C / Objective-j の構文について簡単な質問があります。
これは dataForItemsAtIndexes メソッドであり、パラメータとして CPIndextSet および CPString を取得します。CPData オブジェクトを返す必要があります。ただし、 (CPCollectionView)aCollectionViewとは何かわかりません。
- (CPData)collectionView:(CPCollectionView)aCollectionView
dataForItemsAtIndexes:(CPIndexSet)indices
forType:(CPString)aType
ありがとう