UIContentContainer.ViewWillTransitionToSize Method

Definition

The system calls this method shortly before changing the size of the view to .

[Foundation.Export("viewWillTransitionToSize:withTransitionCoordinator:")]
public abstract void ViewWillTransitionToSize (CoreGraphics.CGSize toSize, UIKit.IUIViewControllerTransitionCoordinator coordinator);
abstract member ViewWillTransitionToSize : CoreGraphics.CGSize * UIKit.IUIViewControllerTransitionCoordinator -> unit

Parameters

toSize
CGSize
coordinator
IUIViewControllerTransitionCoordinator

To be added.

This parameter can be null.

Implements

Attributes

Applies to