Get Set Up

Setting up your environment

This short video walks you through the steps to configure your XE4 IDE and Mac so that you can run, deploy and debug your apps using your Mac, iOS Simulator and iOS Device.

Build Your First App

Your First App - "Hello World"

It's time to see how easy it is to create an app.

Note: Did you know you need a Mac to build iOS applications? If you don't have one, no problem. Here is a special offer from MacinCloud.com to get you up and running during your trial.

Build More Cool Stuff

Designed for Simulator/Device

iOS Location

This 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.

iOS Web Browser

This 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.

iOS DatePicker

This 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.

iOS IBLite

This 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 Only

iOS Share Sheet

This 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.

iOS AudioRecPlay

This code snippet shows you how to record some sound via the microphone and then playback using the device speakers or headphones.

iOS Interactive Gestures - Image Rotation

This code snippet shows you how to rotate an image on an iOS device.

iOS Interactive Gestures - Image Zoom

This code snippet shows you how to pinch and zoom an image on an iOS device.

iOS Interactive Gestures - Tap and Hold

This code snippet shows you how to use tap and hold to display a message.

iOS SendCancelNotifications

This 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.