What's the workflow for creating an iOS app using Delphi-XE2.
This is really a reference question and I'll answer it as soon as SO lets me, but I thought it would be nice to have the answer here
The flow of a web application is characterized by the systematic organization of web pages, page data, page actions, and mappings to business logic and the interconnection of these components. The web diagram tools provide you with a visual way to create and manage the flow of your web application.
To start developing iOS apps, Xcode is the only tool you need to download. Xcode is an integrated development environment (IDE) provided by Apple. It includes the iOS SDK (Software Development Kit), a source code editor(UI), debugging tools, and much more.
iOS Applications
FireMonkey iOS applications are written in Delphi:
File > New > Other > Delphi Projects > FireMonkey iOS HD Application
File > New > Other > Delphi Projects > FireMonkey iOS 3D Application
Projects for iOS do not have a Target Platforms node in the Project Manager; they only target iOS
iOS Forms
Additional Delphi forms are added the same way as with Windows and Mac OS X. Because the target platform is iOS, and the production executable is built with the Free Pascal compiler, the uses declaration for form units is different:
uses
SysUtils, Types, Classes, Variants, FMX_Types, FMX_Controls, FMX_Forms,
FMX_Dialogs, FMX_ExtCtrls, FMX_Ani;
iOS Workflow
FireMonkey iOS development has to be done using both Windows and a Mac.
Before starting your first iOS project, you must perform one-time setup on both ends. Then for each project, development occurs in the following sequence:
Compiler and Runtime Differences
Xcode builds the application with the Free Pascal compiler to run on the Free Pascal runtime library. Some features of the Delphi compiler and RTL are not supported by Free Pascal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With