Book Image

Making Your First iPhone App with Swift v3.0 [Video]

By : Nick Walter
Book Image

Making Your First iPhone App with Swift v3.0 [Video]

By: Nick Walter

Overview of this book

The video is a fun-filled and engaging guide for those who are new to iOS programming and want to gain a good understanding of core iOS techniques to build applications with the Swift programming language. This guide will not only dwell into iOS concepts but also lay a strong foundation for Swift programming. It starts off by helping you quickly get acclimatized to iOS programming by building and deploying a small but interesting app. Next, you will move on to core Swift programming language topics such as variables, different types, and code patterns used in iOS. Once the fundamentals are in place, you will develop advanced programming skills, finding out about important iOS components and concepts such as Xcode 8, Core iOS, and Cocoa Touch frameworks. The core topics covered in the video are: Storyboards View controllers and Navigation Core Data Adding functionalities such as images, contacts, calendar, messages, location services, and more.
Table of Contents (5 chapters)
Chapter 4
Swift Fundamentals
Content Locked
Section 4
Booleans and If Statement
The aim of this video is to learn about Booleans and make our code come alive by using the If statements. - Learn how to use Booleans in our code - Learn how to use the If statements to create some interesting scenarios for output - Run the code to see the output