Autoplay
Autocomplete
HTML5
Flash
Player
Speed
Previous Lecture
Complete and continue
Swift and iOS 8 Apps in 31 Days
Start Here
Introduction
Xcode Setup - Download Xcode 6 from the Mac App Store (0:56)
Xcode Setup - Open Xcode 6 on Mac (1:57)
Xcode Setup - New Xcode Project - First iPhone App (4:28)
Course Video Downloads
Day 1 Lesson
1.1 Lecture - Welcome to Swift and iOS 8 Apps in 31 Days (1:57)
1.2 Tutorial - Text Labels, Animations, Physics, and Gestures (1:21)
1.3 Tutorial - Add Text Labels in Code (12:12)
1.4 Tutorial - Animate Text Labels using Spring Physics (8:32)
1.5 Tutorial - Add Tap Gestures to Animate Refactored Code from a Method (8:46)
1.6 Tutorial - Troubleshooting Common Mistakes (8:46)
1.7 Swift Q&A - Day 1 (9:43)
1.8 Code Exercise - Change Animation Directions and Physics
1.9 Notebook Activity - What did you create?
Day 2 Lesson
2.0 Day 2 Introduction - Xcode, UI Design, Auto Layout, and Code (9:43)
2.1 Lecture - Introduction to Xcode (3:35)
2.2 Lecture - Xcode Panels and Tabs (3:35)
2.3 Lecture - Xcode App Flow (5:11)
2.4 Tutorial - Get User Input with Text Fields (5:11)
2.5 Tutorial - Design the iPhone User Interface (11:11)
2.6 Tutorial - Auto Layout for Beginners (11:11)
2.7 Tutorial - Connect the User Interface to Code (11:11)
2.8 Tutorial - Parse Text String Input as an Integer (8:52)
2.9 Tutorial - Troubleshooting User Interface Bugs (14:12)
2.10 Bug Fix - Three Xcode UI Connection Bugs (11:47)
2.11 Bug Fixes - Size Classes for Compact Any (11:47)
2.12 Q&A - Common Problems and Video Downloads (8:52)
2.13 Code Exercise - Experiment with Double or Float Numbers
2.14 Notebook Activity - Auto Layout and User Interface Design
Day 3 Lesson
3.0 Lecture - Xcode Debugger, Playgrounds, and Feedback (14:12)
3.1 Lecture - Xcode Overview (14:12)
3.2 Tutorial - Xcode Debugging with Breakpoints and stack frames (9:00)
3.3 Tutorial - Playgrounds Introduction (9:00)
3.4 Tutorial - Adding Images to Playgrounds and UIView iPhone Screens (15:28)
3.5 Tutorial - Add an Image to Xcode 6 (15:28)
3.6 Tutorial - Troubleshooting Playgrounds (6:03)
3.7 Q&A - Apps and Learning (14:53)
3.8 Code Exercise - Play with the Playgrounds
3.9 Notebook Activity - What don't you understand?
Day 4 Lesson
4.0 Lecture - Introduction to Variables and Types (6:03)
4.1 Lecture - Variables (14:53)
4.2 Lecture - Types (14:53)
4.3 Lecture - var and let Keywords (2:14)
4.4 Tutorial - Strings and Characters (14:06)
4.5 Tutorial - Int and Double Numbers (5:46)
4.6 Tutorial - Tip Calculator App Introduction (5:46)
4.7 Tutorial - Create the Tip Calculator User Interface (UI) (5:46)
4.8 Tutorial - Connect Interface to Code in the Tip Calculator (2:58)
4.9 Tutorial - Auto Layout for the Tip Calculator (2:58)
4.10 Tutorial - Tip Math Logic Makes the App Work (2:14)
4.11 Tutorial - Finding Methods and Currency Number Formatting (14:06)
4.12 Code Exercise - Modify the Tip Calculator (2:14)
4.13 Q&A (9:33)
4.14 Tip Calculator Auto Layout Problem and Solution (10:03)
Day 5 Lessons
5.0 Lecture - Arrays, Loops, and Pan Gestures (1:10)
5.1 Lecture - You can learn anything (1:28)
5.2 Lecture - Make an Array Word List (1:28)
5.3 Lecture - Use the for loop (1:28)
5.4 Lecture - Display a UIView and Label in Playgrounds (12:36)
5.5 Lecture - Multiple Labels using Loops and Random Numbers (14:04)
5.6 Lecture - Transition from Playgrounds to iPhone App (12:36)
5.7 Lecture - Pan Gestures for Dragging and Moving Labels (14:04)
5.8 Q&A (7:35)
5.9 Lecture - Image Backgrounds for Apps (10:03)
5.10 Code Exercise - Design UI for a Weather App and Photo File paths
Day 6 and Day 7 - 1st App Challenge
6.0 App Challenge - Build a Word Magnets app from Scratch (1:10)
6.1 Tutorial - App Flow with App Delegate and ViewControllers (7:01)
7.0 App Challenge - Top Student Apps and Solutions (4:19)
Day 8 Section
8.0 Lecture - Conditionals and Optionals (1:26)
8.1 Lecture - Conditional Statements (6:45)
8.2 Tutorial - Conditional Code (3:18)
8.3 Tutorial - Greeting App (7:45)
8.4 Tutorial - Greeting App with Current Hour from NSDateComponents (7:45)
8.5 Lecture - Optionals (3:18)
8.6 Tutorial - Optionals in Code (7:45)
8.7 Tutorial - Optional Force Unwrap (1:26)
8.8 Tutorial - Optional Binding with if statements (4:19)
8.9 Code Exercise - Create a number guessing game (14:04)
8.10 Code Exercise - Number Guessing Hints (1:26)
8.11 Q&A (9:33)
8.12 Bug Fix - Number Guessing Game - Auto Layout Issue and Solution (7:01)
8.13 Notebook Activity - Conditionals and Optional Variables
Day 9 Lessons
9.0 Lecture - Functions (1:07)
9.1 Lecture - Functions and Parameters (7:01)
9.2 Lecture - Functions and Return Values (7:01)
9.3 Lecture - Functions Calling Functions - Code Composition (7:01)
9.4 Tutorial - Functions vs Methods (1:07)
9.5 Tutorial - Function Parameter Names (5:46)
9.6 Q&A (1:04)
9.8 Notebook Activity: Functions
9.7 Code Exercise - Turkey Cooking Calculator
Day 10 Lessons
10.0 Lecture - Objects (0:51)
10.1 Lecture - Objects in Swift (5:46)
10.2 Lecture - Object Concepts (7:42)
10.3 Lecture - Using Objects to make a Stop Watch (0:51)
10.4 Tutorial - Stop Watch UI Design (0:51)
10.5 Tutorial - Stop Watch Auto Layout (5:43)
10.6 Tutorial - Stop Watch UI to Code and Bugfix (5:43)
10.7 Tutorial - Start Button Logic (5:43)
10.8 Tutorial - Stop Time Button Logic (7:55)
10.9 Tutorial - Date Formatting for Hours Minutes and Seconds (7:55)
10.10 Tutorial - Stop Watch Reset Logic and Methods (8:51)
10.11 Tutorial - Stop Watch Resume Time (8:51)
10.12 Q&A (5:29)
10.13 Code Exercise - Make an Event Countdown
Day 11 Lesson
11.0 Lecture - Keyboard Fixes and Image Pickers Introduction (1:05)
11.1 Tutorial - Hide the Keyboard after User Input (12:04)
11.2 Tutorial - Dynamic Text Changes (12:04)
11.3 Tutorial - Load Images from the UIImagePickerController (0:46)
11.4 Tutorial - Load Images from the Image Picker (0:46)
11.5 Tutorial - Display the Image in a UIImageView (0:46)
11.6 Tutorial - Take a screenshot of the iPhone screen (7:42)
11.7 Tutorial - Take a screenshot of non-UI content (7:42)
11.8 Q&A (5:29)
Day 12 Lesson
12.0 - App Panel with Zombie Highway, Fantastical, Square, and Artwork Evolution (64:11)
12.1 Q&A (4:04)
12.2 Notebook Activity - Your App Idea
Day 15 Lesson
15.0 Lecture - Saving and Loading Introduction
15.0 Lecture - Saving and Loading Data and Images (0:57)
15.1 Lecture - Save and Load Data on iOS Introduction (7:07)
15.2 Lecture - Learn about the iPhone app File System (16:20)
15.3 Lecture - Searching iPhone and Swift Documentation Effectively (7:07)
15.4 Tutorial - Find the iOS 8 Simulator Files on Mac (7:04)
15.5 Tutorial - Download the App Data Files from your iPhone Device (7:04)
15.6 Tutorial - Get the Documents Folder Path as a String (15:45)
15.7 Tutorial - Helper Function to Create a File Path (4:01)
15.8 Tutorial - Save Image Data to the Documents Folder (4:01)
15.9 Tutorial - Load Image Data from the Documents Folder (7:09)
15.10 Tutorial - Save Text Data to the Documents Folder (8:44)
15.11 Tutorial - Load Text Data from the Documents Folder (8:44)
15.12 Q&A (0:57)
15.13 Code Exercise - Inventory Tracker
15.14 Notebook Activity - Saving and Loading Basics
Day 13 and 14 - 2nd App Challenge
13.1 Photo Collage or Photo Caption Generator (8:51)
Day 16
16.0 Lecture - Saving and Loading with NSCoding (1:01)
16.1 Lecture - Custom Objects and the NSCoder Protocol (16:20)
16.2a Tutorial - Inventory Tracker UI Design (15:51)
16.2b Tutorial - Tap gesture on image view and UIImagePickerController (15:51)
16.2c Tutorial - Parsing user input to save inventory data to disk (17:33)
16.3 Tutorial - Creating a Custom Object in Swift (15:27)
16.4 Tutorial - Conform to the NSCoding Protocol (10:20)
16.5 Tutorial - Best Practices for NSCoding (5:11)
16.6 Tutorial - Archiving Custom Objects using NSKeyedArchiver (5:11)
16.7 Tutorial - Unarchiving Custom Objects using NSKeyedUnarchiver (8:51)
16.8 Tutorial - Custom Inventory Object with Array and Settings Data (8:51)
16.9 Tutorial - Make Inventory Conform to NSCoding Protocol (8:39)
16.10 Tutorial - Inventory and File Path Properties (1:01)
16.11 Tutorial - Load an Inventory Object from Disk (11:47)
16.12 Tutorial - Save an Inventory Object to Disk (11:47)
16.13 Tutorial - Save Method Stubs and Cost Validation (15:15)
16.14 Tutorial - Validate Title and Image for Creating Item objects (15:15)
16.15 Tutorial - Previous and Next Buttons for Displaying Items (15:01)
16.16 Tutorial - Testing Saving and Loading with Previous and Next buttons (7:56)
16.17 Q&A (0:57)
16.18 Code Exercise - Address Book Contact
16.19 Notebook Activity - Saving and Loading Data
Day 17
17.0 Lecture - Custom Views and Object Inheritance (1:05)
17.1 Lecture - Inheritance and UIView (13:36)
17.2 Lecture - Resources to learn about UIView and subclasses (13:36)
17.3 Tutorial - Creating and using UIView and Subclasses (14:35)
17.4 Tutorial - Leverage custom graphics drawing using Core Graphics (14:35)
17.5 Tutorial - Multiplication Table App (7:44)
17.6 Tutorial - Multiplication Table via Code Frames and Math (7:44)
17.7 Tutorial - UISlider and Target Action Method (15:15)
17.8 Tutorial - Multiplication Table Method Logic and Final Output (14:59)
17.9 Tutorial - Multiplication Table Corner Radius and Animations (14:59)
17.10 Code Exercise - Multiplication Table App
17.11 Notebook Activity - Custom Views
Day 18 Lesson
18.0 Lecture - Custom UIView Introduction (0:54)
18.1 Tutorial - Design a Custom View in Xcode from an xib file (10:45)
18.2 Tutorial - Setup Auto Layout for the Custom View (4:37)
18.3 Tutorial - Add code to load the xib user interface file (4:37)
18.4 Tutorial - Fix Auto Layout when working with images (3:56)
18.5 Tutorial - Add IBDesignable and IBInspectable attributes to control the UI in a Storyboard file (3:56)
18.6 Tutorial - Further Customization of a Custom UIView Designed in Xcode (14:44)
18.7 Bug Fix - Debug Custom Views from Storyboard (8:37)
18.8 Code Exercise - Create a Custom Slider Wheel
18.9 Notebook Activity - .xib custom views
Day 19 Lesson
19.0 Lecture - Multiple View Controllers and Data Sharing (1:04)
19.1 Lecture - Model View Controller (7:37)
19.2 Lecture - Leveraging Storyboards to Create Multiple Screens in Xcode 6 (2:24)
19.3 Tutorial - Creating Multiple View Controllers in Storyboard files (2:24)
19.4 Tutorial - Segue hooks with prepareForSegue and unwindToViewController (12:43)
19.5 Tutorial - View Controller property values for data sharing (12:43)
19.6 Tutorial - Create a Delegate Protocol to Share Data to a View Controller (13:38)
19.7 Bug Fix - Fixing implicitly unwrapped optional values in a View Controller (13:38)
19.8 Tutorial - Conforming to the Delegate Protocol (14:33)
19.9 Tutorial - Display a Storyboard View Controller Programmatically (7:59)
19.10 Code Exercise - Color Picker and Delegate Protocol
19.11 Notebook Activity - Multiple App Screens
Day 20 Lesson - 3rd App Challenge
20.0 Lecture - Flash Cards - 3rd App Challenge (4:57)
Day 22 Lesson
22.1 Lecture - Tab Bar Controller for multiple screen apps (8:00)
22.2 Tutorial - Create a Tab Bar App from Scratch (8:00)
22.3 Tutorial - Setup Tab Bar Items with Text and a Templated Image (4:13)
22.4 Tutorial - Adding a new View Controller and Tab Bar Item (5:41)
22.5 Tutorial - Creating View Controllers and app flow (5:41)
22.6 Tutorial - Conforming to the UITabBarControllerDelegate methods (5:41)
22.7 Tutorial - Working with View Controllers in the TabBarViewController (8:38)
22.8 Tutorial - Create UITabBarController in code (8:38)
22.9 Code Exercise
Day 23 Lesson
23.1 Lecture - Introduction to JSON and iTunes search queries (8:38)
23.2 Lecture - JSON structure and URL search structure (8:38)
23.3 Tutorial - NSURLSession tutorial for web service data (12:20)
23.4 Tutorial - Convert NSData using NSJSONSerialization to a NSDictionary (12:20)
23.5 Tutorial - App Data and JSON dictionary parsing (12:20)
23.6 Tutorial - GCD threads and app data handoffs between threads (12:20)
23.7 Code Exercise - Parse JSON data from Apple (12:20)
Day 24 Lesson
24.1 Lecture - Table View introduction (1:21)
24.2 Tutorial - Create a Table View from Scratch (0:54)
24.3 Tutorial - Load data into the Table View from the web (8:55)
24.4 Lecture - Load Images from the iTunes web service (8:00)
24.5 Tutorial - Download the correct image size from Apple (8:55)
24.6 Tutorial - Download images in the background with GCD (8:55)
24.7 Tutorial - Decompressing Images and Caching images with NSCache (8:00)
24.8 Code Exercise - Display the top 200 apps on the App Store (8:55)
Day 25 Lesson
25.1 Lecture - Facebook SDK for iOS Apps in Swift (1:49)
25.2 Tutorial - Facebook app setup and SDK installation (1:49)
25.3 Tutorial - Facebook Xcode project setup (1:49)
25.4 Tutorial - Integrate Objective-C with Swift using a Bridging Header file (1:49)
25.5 Tutorial - Facebook Login Button in code (11:45)
25.6 Tutorial - Facebook Profile and name user interface (11:45)
25.7 Tutorial - Circle profile picture with border and drop shadow (11:45)
25.8 Tutorial - Facebook Logout delegate methods (11:45)
25.9 Tutorial - Handling Facebook Errors and converting Objective-C to Swift (11:45)
25.10 Tutorial - Using UIAlertController to display messages for the user (1:49)
25.11 Tutorial - Fixing Common bugs with Facebook Authentication (1:49)
Day 26 Lesson
26.1 Tutorial - Facebook Graph API Introduction (11:45)
26.2 Tutorial - Your first Graph API call from your iPhone app (12:09)
26.3 Lecture - Permissions on Facebook (12:09)
26.4 Tutorial - Getting access to Facebook friends via Graph API (12:09)
26.5 Tutorial - Requesting Permission for friends and mobile API changes (12:09)
26.6 Tutorial - Getting Photos and Albums from Facebook Graph API (12:09)
26.7 Tutorial - Checking permissions on Facebook Graph API (15:51)
26.8 Tutorial - Request permissions on Facebook Graph API (15:51)
26.9 Tutorial - Posting messages to Facebook Graph API (15:51)
26.10 Tutorial - Parsing photo album data for iPhone apps (12:09)
26.11 Lecture - Additional lessons on Facebook (12:09)
Day 28 Lesson
28.1 Lecture - Facebook Album Table View (17:33)
28.2 Lecture - Facebook album data discussion (17:33)
28.3 Tutorial - Making a Facebook Album data object (13:34)
28.4 Tutorial - Making a Table View for Facebook Albums (13:34)
28.5 Tutorial - Cover photo Facebook data request (13:34)
28.6 Tutorial - Download image from Facebook in Table View (13:34)
28.7 Tutorial - Decompress and cache images that are downloaded from Facebook (13:34)
Day 29 Lesson
29.1 Lecture - Facebook photos and Collection Views (13:34)
29.2 Lecture - Facebook photos and albums documentation (17:49)
29.3 Tutorial - Facebook Photo data object (17:49)
29.4 Tutorial - Designing the UICollectionView screen with image cells (17:49)
29.5 Tutorial - Setup an image UICollectionViewCell class (13:32)
29.6 Tutorial - Request photo list from Facebook Graph API (13:32)
29.7 Tutorial - Find the largest photo URL from the Facebook Graph API (13:32)
29.8 Tutorial - Parse Smallest image url and create FacebookPhoto object (13:32)
29.9 Tutorial - Download thumbnails from Facebook in a Collection View (13:32)
29.10 Tutorial - Crop UIImage as a square image centered (17:49)
29.11 Tutorial - Crop album photos and clean up the user interface (17:49)
29.12 Tutorial - Delegate methods and final touches for photo grid view (17:49)
29.13 Code Exercise - Add paging support to your album or photo lists (17:49)
Day 30 Lesson
30.1 Tutorial - iOS Developer Program and Account Setup in Xcode 6 (15:11)
30.2 Tutorial - Preparing to submit app to TestFlight or the App Store (15:11)
30.3 Tutorial - Making an app on iTunes Connect (15:11)
30.4 Tutorial - App icons and submitting your app Apple (15:11)
Day 31 Lesson
31.1 Tutorial - UIPickerView Demo for selecting items (13:32)
Powered by
16.14 Tutorial - Validate Title and Image for Creating Item objects
Lecture contents locked
Enroll in Course to Unlock