Nesting NIBs in other NIBs has never been this easy.
- Create a xib file and customize it as you want.
- Optionally, create a subclass of UIView (the class name must be the same as the xib file).
-
In your parent nib, add a UIView and setup at as a
UINibWrapperclass. -
In the "User Defined Runtime Attributes" add an entry for the key nibName of type string and add the name of your custom view.
Run your project and you are done!




