Skip to content

Releases: NitishGadangi/xib-to-swift-converter

v1.0.0

21 Feb 15:14
Compare
Choose a tag to compare

Initial Release with most of the features running stable

  • One click Convert : Provide XIB file and you will get the Swift Code.
  • Inplace Conversion : You can provide the supporting Swift file and all its @IBOutlets, @IBActions will be replaced with View Declarations along with View Heirarchy and Constraints Setup Code.
  • Parser Configuration : You can customise how parser converts the XIB file. Read more in the below section.
  • Online & Offline support: You can use the tool via online converter or go ahead and download the below executables and enjoy all the features standalone.

Checkout ReadMe for more info