From: Panayotis K. <pan...@pa...> - 2013-02-04 09:42:40
|
1) Unfortunately, not yet. Storyboard is not directly supported by the library. On the other hand, if you know how storyboards interact with the iOS system, this would be a nice addition, if you have the time to port it to XMLVM. 2) The production of XMLVM is source code, and as such you can do anything you want with it - leave it as is, make it an archive (ar) file, build a dylib file ... it's up to you to do whatever fits you most. On Mon, Feb 4, 2013 at 7:17 AM, Kurayami Tenshi <kur...@gm...>wrote: > 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!! > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_jan > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > -- Panayotis Katsaloulis |