-
Notifications
You must be signed in to change notification settings - Fork 133
Is XCode interface builder supported?
florianf edited this page Mar 20, 2017
·
2 revisions
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.
- 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
- Developer Guide
- Changelog
- What we're currently working on and where you can help
- F.A.Q.
- Are non libGDX iOS apps supported?
- Is there a debugger available?
- How are bindings to existing native frameworks generated?
- Who is behind this project?
- Are there any alternatives to RoboVM?
- Can RoboVM be built on Linux?
- My app is crashing without a stacktrace, what should I do?
- Is XCode interface builder supported?
- Memory Management Guide
- Howto Create an Asset Catalog for XCode 9 Appstore Submission?
- Generate Admob Bindings with bro gen Tutorial