Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julianalonso/jaxibview

Super class to create reusable views from a .xib
https://github.com/julianalonso/jaxibview

Last synced: 16 days ago
JSON representation

Super class to create reusable views from a .xib

Awesome Lists containing this project

README

        

# JAXibView
Super class to create reusable views from a .xib

## Way to use it:

* Create a `.xib` file, example `CustomView`
* Create a NSObject with the same name, `CustomView.h` and `CustomView.m`
* Set the `CustomView.h` super class as `JAXibView`
* In the `.xib` file set the `File's Owner` Class like the class extending JAXibView
* Now you can use it from Interface Builder and from code.