Eject – A Tool For Generating Swift Code From A Layout Created In Xcode’s Interface Builder

Eject is an open source tool allowing you to transition a UI built within Xcode’s interface builder into Swift code.

The Interface Builder is fantastic for laying out an interface, but it can become a hindrance as your interface becomes more complex and dynamic. With Eject you can translate your Xibs into source code with support for constraints, outlets, labels and more.

While you don’t get code that compiles straight out it definitely makes for a fast start.

You can find Eject on Github here.

A handy tool for those taking an interface builder layout and turning it into code.

Original article: Eject – A Tool For Generating Swift Code From A Layout Created In Xcode’s Interface Builder

©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *