Page 1 of 1
Installing unidac for ios build
Posted: Tue 21 Aug 2012 22:07
by wbroyles10
Are there some instructions for setting up unidac on the Mac for iOS build? The help file did not install in xe2.
Re: Installing unidac for ios build
Posted: Wed 22 Aug 2012 11:38
by AlexP
Hello,
After exporting your application to XCode, you should copy all files from the Source and Providers folder to the root directory of the created XCode folder. Application deevelopment for iOS doesn't differ from application development for other OSs, except the fact that, for the time being, Embarcadero doesn't allow to put non-visual data access components into the iOS form, and you have to create appropriate objects in the code manually. Moreover, presently, iOS applications don't support the LiveBinding technology, therefore you will have to implement data display in Grid or in other components manually (for example, create a loop by DataSet strings for Grid and insert data to it manually)
Re: Installing unidac for ios build
Posted: Thu 23 Aug 2012 00:45
by wbroyles10
Thanks Alexp.