UIContentContainer.ViewWillTransitionToSize 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.
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
Implements
- Attributes