Chapter 1. Your first iOS application
This chapter covers
- Exploring the iOS SDK
- Creating a project in Xcode
- Exploring the Xcode interface
- Using Interface Builder and storyboards
- Running your app
In this chapter, you’ll take your first look at Xcode, Apple’s software for building iOS apps. You’ll also build a basic first app, launch it on the iOS simulator, and then take a sneak peek at an app you’ll build throughout this book.
1.1. Exploring iOS SDK
An app wouldn’t be much use without access to the device. Storing files, playing sounds, displaying information on the screen, receiving touch events from the user—it’s all achieved via the iOS SDK. Your app never directly accesses the hardware; instead, the iOS SDK provides abstraction ...
Get iOS Development with Swift now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.