UICollectionReusableView.WillTransition 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 will shortly begin.
[Foundation.Export("willTransitionFromLayout:toLayout:")]
public virtual void WillTransition (UIKit.UICollectionViewLayout oldLayout, UIKit.UICollectionViewLayout newLayout);
abstract member WillTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> unit
override this.WillTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> unit
Parameters
- oldLayout
- UICollectionViewLayout
- newLayout
- UICollectionViewLayout
- Attributes