Rightpoint / Eject

An eject button for Interface Builder to generate swift code
MIT License
523 stars 24 forks source link

Add support for SnapKit #29

Open moto0000 opened 7 years ago

moto0000 commented 7 years ago

Add support for SnapKit https://github.com/SnapKit/SnapKit

KingOfBrian commented 7 years ago

Adding constraint libraries should work easily, by adding another instance of a ConstraintCodeGenerator, but the code generation is still pretty primitive. This will need some structural enhancement to support the operations inside a block. It's probably a pretty simple enhancement, but let me think on how it should look for a few.