Skip to content

Nesting NIBs in other NIBs has never been this easy.

License

Notifications You must be signed in to change notification settings

noark9/NibWrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NibWrapper

Nesting NIBs in other NIBs has never been this easy.

How To

1. Nested Nib

  1. Create a xib file and customize it as you want.
  2. Optionally, create a subclass of UIView (the class name must be the same as the xib file).

2. Parent Nib

  1. In your parent nib, add a UIView and setup at as a UINibWrapper class.

  2. In the "User Defined Runtime Attributes" add an entry for the key nibName of type string and add the name of your custom view.

3. Go!

Run your project and you are done!

About

Nesting NIBs in other NIBs has never been this easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%