NibWrapper 1.0.0

NibWrapper 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Sep 2023

Maintained by Mobile Jazz.



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!