UIStoryboard.FromName(String, NSBundle) Method

Definition

Factory method to create a UIStoryboard identified by the specified name.

[Foundation.Export("storyboardWithName:bundle:")]
public static UIKit.UIStoryboard FromName (string name, Foundation.NSBundle storyboardBundleOrNil);
static member FromName : string * Foundation.NSBundle -> UIKit.UIStoryboard

Parameters

name
String
storyboardBundleOrNil
NSBundle

The bundle that contains the storyboard and its resources, if you pass null, this will use the main bundle.

This parameter can be null.

Returns

Attributes

Applies to