次の方法で共有


UIPresentationController.ViewWillTransitionToSize メソッド

定義

ビューのサイズが に変更される直前に呼び出されます。

[Foundation.Export("viewWillTransitionToSize:withTransitionCoordinator:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ViewWillTransitionToSize (CoreGraphics.CGSize toSize, UIKit.IUIViewControllerTransitionCoordinator coordinator);
abstract member ViewWillTransitionToSize : CoreGraphics.CGSize * UIKit.IUIViewControllerTransitionCoordinator -> unit
override this.ViewWillTransitionToSize : CoreGraphics.CGSize * UIKit.IUIViewControllerTransitionCoordinator -> unit

パラメーター

toSize
CGSize

実装

属性

適用対象