IUIViewControllerTransitionCoordinatorContext.GetTransitionViewControllerForKey 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 transition that is specified by key.
[Foundation.Export("viewForKey:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView GetTransitionViewControllerForKey(Foundation.NSString key);
[<Foundation.Export("viewForKey:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTransitionViewControllerForKey : Foundation.NSString -> UIKit.UIView
override this.GetTransitionViewControllerForKey : Foundation.NSString -> UIKit.UIView
Parameters
- key
- NSString
Returns
- Attributes