UIViewControllerContextTransitioning.GetViewFor(NSString) Method

Definition

Gets the key that identifes the "to" or "from" view for the transition.

[Foundation.Export("viewForKey:")]
public abstract UIKit.UIView GetViewFor (Foundation.NSString uiTransitionContextToOrFromKey);
abstract member GetViewFor : Foundation.NSString -> UIKit.UIView

Parameters

uiTransitionContextToOrFromKey
NSString

Returns

Implements

Attributes

Applies to