Skip to content

akiroom/UIView-AXNibInNib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIView+AXNibInNib

UIView category extension to make nib in nib.

How to use

// Write this codes in ChildView.m

- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder
{
  return [self awakeAfterUsingCoderWithLoadingNib];
}

License

UIView+AXNibInNib under the MIT license.

About

"UIView category extension to make nib in nib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published