Book Image

iOS 11 Programming with SWIFT [Video]

By : Michael J Huber Jr
Book Image

iOS 11 Programming with SWIFT [Video]

By: Michael J Huber Jr

Overview of this book

You want to build iOS applications for the iPhone and iPad, but where do you start? Forget sifting through tutorials and blog posts; this is a direct route into iOS development, taking you through the basics and showing you how to put the principles into practice. The goal of this tutorial is to help you become a professional developer by unleashing the full potential of iOS 11 to build applications. This tutorial will cover the essentials of the Swift language, building flexible iOS user interfaces working on multiple devices, looking into how software patterns such as Target-Action and Model-View-Controller are implemented in iOS 11, and focusing on specific issues to make you proficient at tasks more rapidly.
Table of Contents (10 chapters)
10
Persisting Data between Launches
Chapter 10
Persisting Data between Launches
Content Locked
Section 1
Codable
In this video, we will conform to the codable protocol to be able to write our objects to disk as json. - Discuss Codable - Conform to Codable - Discuss coding keys