| Icon | Member | Description |
|---|---|---|
| NSNib(NSURL) | Returns an NSNib object initialized to the nib file at the specified URL. Original signature is '- (id)initWithContentsOfURL:(NSURL *)nibFileURL' Available in Mac OS X v10.3 and later. | |
| NSNib(NSString, NSBundle) | Returns an NSNib object initialized to the nib file in the specified bundle. Original signature is '- (id)initWithNibNamed:(NSString *)nibName bundle:(NSBundle *)bundle' Available in Mac OS X v10.3 and later. | |
| NSNib(NSCoder) | Returns an object initialized from data in a given unarchiver. (required) Original signature is '- (id)initWithCoder:(NSCoder *)decoder' Available in Mac OS X v10.0 and later. | |
| NSNib()()()() |
Initializes a new instance of the NSNib class.
| |
| NSNib(IntPtr) |
Initializes a new instance of the NSNib class.
| |
| NSNib(String, Object, array<Object>[]()[][]) |
Initializes a new instance of the NSNib class.
|