Eject
Eject copied to clipboard
An eject button for Interface Builder to generate swift code
The current code generation is as simplistic as I could get away with. It should: - [ ] Add support for `Stencil` to manage the high-level code structure. - [x]...
This will probably be one of the more complicated builders. I'd prefer we generate BonMot code. ``` ```
I am interested in this just for the idea of being able to make a diff more readable of a XIB file. I was doing some work on this concept...
Currently the CLI tool is very bare bones. It should have easy integration to manage the `Configuration` struct.
Add support for SnapKit [https://github.com/SnapKit/SnapKit](https://github.com/SnapKit/SnapKit)
Generating code for this will require generating methods. This shouldn't be too hard, but will require stencil. Ideas on how the code should be generated would be great!
The IB trait collection exclusion mechanism isn't implemented. This is mainly because I don't know how to generate code that wouldn't be terrible. Generating Relayout code is probably the current...