FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
UIView loader from InterfaceBuilder. More...
#import <UIView.h>
Instance Methods | |
(instancetype) | - initWithNibName:bundle: |
Pick a view from nib file. More... | |
(instancetype) | - initWithPlatformSuffixedNibName:bundle: |
UIView loader from InterfaceBuilder.
- (instancetype) initWithNibName: | (NSString *) | nibNameOrNil | |
bundle: | (NSBundle *) | nibBundleOrNil | |
Pick a view from nib file.
- (instancetype) initWithPlatformSuffixedNibName: | (NSString *) | nibNameOrNil | |
bundle: | (NSBundle *) | nibBundleOrNil | |