Installing unidac for ios build
-
wbroyles10
- Posts: 6
- Joined: Tue 21 Aug 2012 00:56
Installing unidac for ios build
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
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)
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)
-
wbroyles10
- Posts: 6
- Joined: Tue 21 Aug 2012 00:56
Re: Installing unidac for ios build
Thanks Alexp.