> On 17.02.2013 17:10, Joost van der Sluis wrote: > > I've finished a version of my iOS xib-Designer which is good enough for > testing. ;) > > > > This package adds a designer to design iOS layouts, which are stored in > xib-files. You can create an xib-file in Lazarus, then open it in XCode to > adapt it and open it in Lazarus again, without any changes being lost. > > Though I'm not developing for iOS (or even Mac OS X) congratulation.
Thank you. > I've not closely followed your recent discussions with the Lazarus devs, > so one little question: are you using the non-LCL designer included with > Lazarus here? Yes. Mattias wrote that for me a few years ago for another project. Now it is also used for this xib-designer. Biggest difference between this version and earlier versions is that the xib-file is used as a resource-file, so it can be opened in Xcode and thereafter opened in Lazarus again. The earlier version could only export to xib-file, not import it. Joost. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
