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 2
Swift 4 in Full Swing
Content Locked
Section 3
Explicit Versus Inferred Types
In this video, we will take a look at the differences between explicit and inferred types along with some tips for using explicit types. - Take a look at inferred types - Take a look at explicit types - Use explicit types to be more specific