Book Image

Building iOS 10 Applications with Swift [Video]

By : Cecil Costa
Book Image

Building iOS 10 Applications with Swift [Video]

By: Cecil Costa

Overview of this book

<p>Building iOS 10 Applications with Swift will teach you how to start an app from scratch, see the needed steps for completing your app until deploying it to the App Store. If you ever thought about creating your own iPhone App, this course is a good start!</p> <p>Firstly, you will start by learning how to install the Xcode and review some fundamental concepts of the Swift programming language. Using the new Contacts framework, you will be able to create your own appealing UI and replace the previous framework. You will then create an Apple Watch app and see how to make it communicate with your iPhone. The course will also cover projects that will help you retrieve the weather forecast, detect the user's location, customize our own table view cells, and retrieve information from a server. Each app will be developed step by step, explaining their concepts and ideas. Finally, you will learn how to deploy apps to the App Store, making them available to download on any device.</p> <p>After completing this course, you will be able to create your own apps by making the most of iOS 10 with Swift.</p> <h1>Style and Approach</h1> <p><span id="trade_selling_points_c" class="sugar_field">This course is a perfect mix of concepts and practice that will help you to develop a variety of iOS applications from scratch. With a firm grounding in the fundamentals of the Swift language, and knowledge of how to use the key frameworks, you will be able to build a number of interesting applications.</span></p>
Table of Contents (9 chapters)
Chapter 3
Creating a Contact App
Content Locked
Section 4
Querying Contacts
Sometimes it is necessary to search for a specific contact. Here, you will learn how to do this. - Create a predicate object - Execute the query - Display the result