インスタンスメソッド
collectionView(_:sceneActivationConfiguration
ForItemAt:point:)
利用可能な概要はありません。
iOS 15.0+ iPadOS 15.0+ Mac Catalyst 15.0+
宣言
optional func collectionView(
_ collectionView: UICollectionView,
sceneActivationConfigurationForItemAt indexPath: IndexPath,
point: CGPoint) -> UIWindowScene.ActivationConfiguration?
パラメータ
collectionView
コレクションビュー。
indexPath
ユーザーが操作しているセルのインデックスパス。
point
コレクションビューの座標空間での操作の場所。
戻り値
セルを新しいシーンに展開するのを容易にする UIWindowScene.ActivationConfiguration オブジェクト。操作が開始されないようにするには、nil を返します。