Nanodegree IOS
You will make an iPhone app that will allow users to record their voice and will then modulate the recorded audio to sound like a Chipmunk or Darth Vader. This app will also let the user speed up or slow down the rate of playback, and experience fun echo and reverb effects.
The first step in becoming an iOS Developer is to create your first app! Pitch Perfect provides a substantial, while not overly complicated, introduction to the iOS ecosystem.
You will learn how to:
Create a new project from existing iOS app templates
Add buttons, images, labels and create user interfaces for the app using the Storyboard
Leverage the Model View Controller (MVC) design principles; this includes writing custom model code, and using UIViewController, and UIView
Create Outlet and Action connections between the views and view controllers. Benefit from the power of Delegates by using them in code
Navigate between two scenes in the app using UINavigationController
Play audio files using AVFoundation’s AVAudioEngine class
Run the iOS simulator and download the app on a physical device
Search documentation, resolve bugs, and read other people’s code
Why is this project meaningful to my career?
MVC is the cornerstone of all iOS app development; understanding these principles early sets you on the path to success. Learning how to find answers to development questions by searching documentation emulates the practice of expert software engineers.
You will also make a relevant project that you will feel proud to share with your friends, family, and peers.
Create an iPhone app that records a conversation with you and a friend and plays it back with different audio effects!
Note: All submitted projects must compile in Xcode’s most up-to-date, stable release, which is currently: Xcode 10.1 and Swift 4.2.1.
Check Your Project for Completion
Before submitting your project for evaluation, we recommend that you check that each of the following is true:
License This project is licensed under the MIT License - see the LICENSE file for details