UICollectionViewLayout.FinalizeLayoutTransition 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.
Called prior to transition animations, informs the layout object to perform any steps necessary before the animations.
[Foundation.Export("finalizeLayoutTransition")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FinalizeLayoutTransition ();
abstract member FinalizeLayoutTransition : unit -> unit
override this.FinalizeLayoutTransition : unit -> unit
- Attributes