Book Image

Developing iOS 11 Applications Using Swift 4 [Video]

By : Ignazio Calò
Book Image

Developing iOS 11 Applications Using Swift 4 [Video]

By: Ignazio Calò

Overview of this book

<p><span id="description" class="sugar_field">Developing iOS 11 Applications with Swift will teach you how to start an app from scratch, complete your app, and deploy it to the App Store. If you've ever thought about creating your own iPhone App, this course is a good start!</span></p> <p><span id="description" class="sugar_field">First, you learn how to install XCode9 and review some fundamental concepts of the Swift programming language. Using the new Contacts framework, you will create your own appealing UI and replace the previous framework. You will then create four apps, starting with a simple Apple Watch app. Then comes a Learning English Numbers game with voice responses; you will also learn different ways of storing data on a device using the new Swift4 codable protocols. </span></p> <p><span id="description" class="sugar_field">Then we create an app that uses the user's location to list surrounding places and finally a communication app with the new codable protocols of Swift 4. 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 for download on any device. After completing this course, you will be able to create your own apps by making the most of iOS 11 with Swift.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><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></span></p>
Table of Contents (10 chapters)
Chapter 6
GeoLocation
Content Locked
Section 3
Retrieve Important Landmarks Using Wikipedia APIs
In this video, we will learn to make an application that uses the user’s location and the wikipedia API to list important landmarks. - Download WikipediaKit from github - Integrate WikipediaKit in our project using a workspace - Use user’s location to search on Wikipedia API