Intro to iOS App Development with Swift
About this Course
In this course we will build an iPhone app that records a conversation between you and a friend, and then makes your voices sound like a Chipmunk or Darth Vader.
This course will introduce you to iOS app development in Swift, a new programming language from Apple, and serves as your launching point into the iOS Developer Nanodegree.
Take the first step in becoming an iOS Developer by learning about Swift and writing your first app.
[ …
Intro to iOS App Development with Swift
About this Course
In this course we will build an iPhone app that records a conversation between you and a friend, and then makes your voices sound like a Chipmunk or Darth Vader.
This course will introduce you to iOS app development in Swift, a new programming language from Apple, and serves as your launching point into the iOS Developer Nanodegree.
Take the first step in becoming an iOS Developer by learning about Swift and writing your first app.
[
This course will set you on your way to becoming an iOS Developer, where you’ll establish a basic understanding of the iOS ecosystem. You’ll also have working knowledge of Swift, Apple’s custom programming language created exclusively for the mobile developer.
]
lesson 1
Introduction to Swift and Xcode: the tools of iOS
Learn all the Swift you need to know in 5 min.
Take a tour of Xcode, Apple’s integrated development environment.
Get to know the Model View Controller, or MVC, design pattern
lesson 2
iOS App Structure: AutoLayout and Buttons
Learn Storyboard and AutoLayout, the tools used to build user interfaces in iOS.
Start developing the Pitch Perfect App and creating the UI.
Use Autolayout constraints to control the placement of UIButtons and UILabels on the screen.
lesson 3
Using ViewControllers to build an app with Multiple Views
The UIViewController class, View Controller Lifecycle, and Multiple Views.
Learn how to react to touch events and change the user interface.
Add a second screen to your app using a UINavigationController.
lesson 4
How to record audio and use the Delegation Design Pattern.
Learn about the AVFoundation class, AVAudioRecorder.
Setup audio recording in the Pitch Perfect App.
Practice using the Delegation pattern and implement programmatic segues.
lesson 5
Playback Sound and Add Sound Effects
Setup audio playback including rate, pitch, echo, and reverb.
Use UIStackViews to create an elegant layout for your app’s UIButtons.
Use class extensions to add functionality to your app.