UICollectionReusableView.DidTransition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a transition has completed.
[Foundation.Export("didTransitionFromLayout:toLayout:")]
public virtual void DidTransition (UIKit.UICollectionViewLayout oldLayout, UIKit.UICollectionViewLayout newLayout);
abstract member DidTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> unit
override this.DidTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> unit
Parameters
- oldLayout
- UICollectionViewLayout
- newLayout
- UICollectionViewLayout
- Attributes