From: Panayotis K. <pan...@pa...> - 2011-03-19 13:59:00
|
On Mar 19, 2011, at 2:07 PM, Christoffer Kristensen wrote: > Hi > does xmlvm generate to equivalent .xib files from the layout files in android apps? > I mean, xmlvm generated a lot of UI's etc. but it did not create a coorrsponding .xib file and now i'm struggling with the UI files in interface builder. does anybody know of a guide or great tutorial when dealing with such? > Thanks in advance and a nice weekend to you all. > Christoffer XMLVM produces all UI elements programmatically, it does not create any XIB files. Interface builder is at the moment not "compatible" with XMLVM. |