UIStoryboard.FromName(String, NSBundle) 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.
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