UIViewControllerContextTransitioning.GetViewFor(NSString) 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.
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