From: Kurayami T. <kur...@gm...> - 2013-02-04 05:18:12
|
Hi folks Thanks for answering all my questions previously! I have a few more :p 1 - As the subject suggests, I would like to use Xcode to develop the UI, aka storyboard. It'll be much more convenient than going through code. Can and how do I do this? Can I just add a storyboard in the generated project and link it off with a controller? 2 - Even if (1) works, the difficulty is also in the transient nature of the Xcode project. I wouldn't want to write native code in the project in case they get lost if I forget and do a `ant clean` for the source Java code. Can I use xmlvm to compile the Java code to a dylib project and link it in with a true blue Xcode project? If so, how can I do that? Thanks!! |