UICollectionViewController.TransitionLayout メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この UIColllectionViewController に関連付けられている UICollectionViewTransitionLayout。
[Foundation.Export("collectionView:transitionLayoutForOldLayout:newLayout:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewTransitionLayout TransitionLayout (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout fromLayout, UIKit.UICollectionViewLayout toLayout);
abstract member TransitionLayout : UIKit.UICollectionView * UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> UIKit.UICollectionViewTransitionLayout
override this.TransitionLayout : UIKit.UICollectionView * UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> UIKit.UICollectionViewTransitionLayout
パラメーター
- collectionView
- UICollectionView
このビュー コントローラーによって管理されるコレクション ビュー。
- fromLayout
- UICollectionViewLayout
指定した画面切り替えの開始点 (通常はコレクション ビューの現在のレイアウト)。
- toLayout
- UICollectionViewLayout
コレクション ビューの新しいレイアウト。
戻り値
UICollectionViewTransitionLayout を返します。
- 属性