Skip to content

Is XCode interface builder supported?

florianf edited this page Mar 20, 2017 · 2 revisions

XCode InterfaceBuilder integration

Simple Xcode project generator to allow layout manipulations with classes created in Java. Generate project and .m/.h files similar to one available in the commercial 1.14 release.

We've put the command into "build" menu next to Create IPA. iOS module in IDEA has to be selected to make this item enabled.

Differences to the commercial 1.14 version

  • It doesn't monitor file changes -- to have you changes applied please generate project manually
  • As result of 1 it is more stable as 1.14 often just stuck and was not able to generate anything without restart of RoboVM studio
  • It picks all resources referred in RoboVM.xml (1.14 only picks resources folder)
  • Added support for IBInspectable
  • It supports primitive types and converts them in proper ObjC ones (1.14 doesn't bother with this)

For the more info consult the original RoboVM docs: http://docs.robovm.com/tutorials/ib-basics/ib-basics.html

Clone this wiki locally