UIStoryboard.InstantiateViewController(String) 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.
Instantiates a UIViewController whose corresponding identifier was set in the visual design surface.
[Foundation.Export("instantiateViewControllerWithIdentifier:")]
public virtual UIKit.UIViewController InstantiateViewController (string identifier);
abstract member InstantiateViewController : string -> UIKit.UIViewController
override this.InstantiateViewController : string -> UIKit.UIViewController
Parameters
- identifier
- String
Returns
- Attributes