Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julianalonso/jaxibview
- Owner: JulianAlonso
- Created: 2015-07-30T12:31:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T12:54:32.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T17:48:23.785Z (2 months ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.