UINib.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.
Loads a UINib from the specified name. If bundleOrNil is null, the main bundle is searched.
[Foundation.Export("nibWithNibName:bundle:")]
public static UIKit.UINib FromName (string name, Foundation.NSBundle bundleOrNil);
static member FromName : string * Foundation.NSBundle -> UIKit.UINib
Parameters
- name
- String
- bundleOrNil
- NSBundle
The bundle to use when resolving resource references, if you pass null, this will lookup the resources in the main bundle.
This parameter can be null
.
Returns
- Attributes