FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIView(InterfaceBuilder) Category Reference

UIView loader from InterfaceBuilder. More...

#import <UIView.h>

Instance Methods

(instancetype) - initWithNibName:bundle:
 Pick a view from nib file. More...
 
(instancetype) - initWithPlatformSuffixedNibName:bundle:
 

Detailed Description

UIView loader from InterfaceBuilder.

Method Documentation

- (instancetype) initWithNibName: (NSString *)  nibNameOrNil
bundle: (NSBundle *)  nibBundleOrNil 

Pick a view from nib file.

Warning
This method load view from UIViewController or UIViewHolder nib file.
- (instancetype) initWithPlatformSuffixedNibName: (NSString *)  nibNameOrNil
bundle: (NSBundle *)  nibBundleOrNil 

The documentation for this category was generated from the following file: