Update 2 Available
Update 2 for RAD Studio, Delphi, and C++Builder XE5 is available to registered users of Delphi XE5, C++Builder XE5, RAD Studio XE5, and Embarcadero All-Access XE. Click here.
Get Set Up
Did you know a Mac is required to build iOS applications? You can setup your Mac according to the tutorial below. Setup Your Own Mac
Setting up your environmentThis short video walks you through the steps to configure your XE5 IDE and Mac so that you can run, deploy and debug your apps using your Mac, iOS Simulator and iOS Device. |
Build More Cool Stuff
Designed for Simulator/DeviceLocationThis code snippet shows you how to use the TLocationSensor component in order to read the GPS location of the device and display it realtime on the form. The snippet also shows you how to display Google Maps in a web browser in order to accurately pinpoint the location of the device on a real map. Web BrowserThis code snippet shows you how to use a TWebBrowser component on an iOS device. The application consists of an edit box, a button and the web browser component. Type an address in the edit box and press the "GO" button in order to redirect the browser to your address. DatePickerThis code snippet shows you how to use the TCalendarEdit component in order to pick dates from it and process them to use in your own applications. IBLiteThis code snippet shows you how to populate a listview from an IBLite database using LiveBindings. Requires a license, please click here for details. Designed for Device OnlyShare SheetThis snippet shows you how to use standard actions to open the Camera Application on your iOS device to take a photo and display it on your FireMonkey form. Then, with another standard action, you will open the Share Sheet to share your image via email, post to Facebook and Twitter, print via AirPrint and more. AudioRecPlayThis code snippet shows you how to record some sound via the microphone and then playback using the device speakers or headphones. Interactive Gestures - Image RotationThis code snippet shows you how to rotate an image on an iOS device. Interactive Gestures - Image ZoomThis code snippet shows you how to pinch and zoom an image on an iOS device. Interactive Gestures - Tap and HoldThis code snippet shows you how to use tap and hold to display a message. SendCancelNotificationsThis code snippet shows you how to use the Notification API in order to send a notification immediately or with a 10 second delay and how to cancel a scheduled notification or all notifications. |