macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UICollectionViewDelegateプロトコル

INDEX>UIKit>

apple

準拠 NSObject
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 6.0以降
定義 UICollectionView.h

概要

メソッドとプロパティ

ビューの移動管理

– collectionView:didEndDisplayingCell:forItemAtIndexPath
– collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:

セルのアクションの管理

– collectionView:shouldShowMenuForItemAtIndexPath:
– collectionView:canPerformAction:forItemAtIndexPath:withSender:
– collectionView:performAction:forItemAtIndexPath:withSender:

参照

編集時のバージョン

OS X 10.9
iOS 7.0