Condividi tramite


UIViewControllerContextTransitioning.GetFinalFrameForViewController Method

Definition

The ending RectangleF for the Frame of the specified UIViewController's UIView.

[Foundation.Export("finalFrameForViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFinalFrameForViewController(UIKit.UIViewController vc);
[<Foundation.Export("finalFrameForViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFinalFrameForViewController : UIKit.UIViewController -> CoreGraphics.CGRect
override this.GetFinalFrameForViewController : UIKit.UIViewController -> CoreGraphics.CGRect

Parameters

Returns

Implements

Attributes

Applies to