01 Getting Started with iOS 11 and Swift 4/001 What Youll Get in This Course.mp426.88MB
01 Getting Started with iOS 11 and Swift 4/002 How to Get All the Free Stuff.mp42.06MB
01 Getting Started with iOS 11 and Swift 4/004 Tools and Materials for iOS 11 App Development.mp421.82MB
01 Getting Started with iOS 11 and Swift 4/005 Download Xcode 9.mp47.4MB
01 Getting Started with iOS 11 and Swift 4/006 A Walkthrough of the Xcode Development Environment.mp433.8MB
01 Getting Started with iOS 11 and Swift 4/007 The Anatomy of an iOS App.mp45.78MB
02 iOS Interface Builder - The 999 App/009 The I Am Rich App.mp43.14MB
02 iOS Interface Builder - The 999 App/010 How to Properly Create a New Xcode Project.mp49.19MB
02 iOS Interface Builder - The 999 App/012 Lets Design the User Interface Using Storyboards.mp414.45MB
02 iOS Interface Builder - The 999 App/013 How to Position User Interface (UI) Elements.mp43.88MB
02 iOS Interface Builder - The 999 App/015 How to Incorporate Image Assets into Your Xcode Project.mp411.29MB
02 iOS Interface Builder - The 999 App/016 Whats the Difference Between Points and Pixels How to Design iOS Image Assets.mp48.73MB
02 iOS Interface Builder - The 999 App/019 Run and Test Your App.mp47.46MB
03 Sideloading in iOS/020 What is Sideloading and How Can You Get Your App onto Your iPhone.mp42.38MB
03 Sideloading in iOS/022 How to Sideload Your App using Xcode.mp419.03MB
04 Coding Challenge 1 - Using Interface Builder in Xcode/024 What are Coding Challenges.mp42.82MB
04 Coding Challenge 1 - Using Interface Builder in Xcode/025 What You Will Create by the End of this Challenge.mp41.67MB
04 Coding Challenge 1 - Using Interface Builder in Xcode/026 What is GitHub and How to Download the Stub Projects.mp48.39MB
05 Build a iOS Dice App to Learn Swift Programming Basics/033 What Youll Make by the End of This Module.mp42.9MB
05 Build a iOS Dice App to Learn Swift Programming Basics/035 How to Design Your App.mp420.6MB
05 Build a iOS Dice App to Learn Swift Programming Basics/036 Linking Design with Code.mp422.47MB
05 Build a iOS Dice App to Learn Swift Programming Basics/037 Common Errors IBOutletsIBActions Debugging.mp413.73MB
05 Build a iOS Dice App to Learn Swift Programming Basics/038 How to Create Randomisation in Swift.mp421.98MB
05 Build a iOS Dice App to Learn Swift Programming Basics/040 Data Types Constants and Variables.mp418.21MB
05 Build a iOS Dice App to Learn Swift Programming Basics/042 Learn About Arrays in Swift and Programmatically Update the Display.mp426MB
05 Build a iOS Dice App to Learn Swift Programming Basics/043 How to Become a Better Programmer The DRY Principle.mp417.16MB
05 Build a iOS Dice App to Learn Swift Programming Basics/044 How to Add Motion Detection in to Your App.mp412.85MB
06 Coding Challenge 2 - Swift Data Types Variables and Arrays/046 What Youll Build in this Coding Challenge.mp43.88MB
06 Coding Challenge 2 - Swift Data Types Variables and Arrays/058 Optional Magic 8 Ball Solution Walk Through.mp465.28MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/059 Introduction to the Programming Modules.mp42.33MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/060 Comments Print Statements and Debug Console.mp412.32MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/061 Optional Review Data Types Constants and Variables.mp416.85MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/062 Swift Functions Part 1 - The Simple Function.mp411.74MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/063 Swift Functions Part 2 - Functions with Inputs.mp418.65MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/064 Swift Functions Part 3 - Functions with Outputs.mp415.72MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/065 Control Flow with Conditional Statements in Swift (IFELSE).mp426.61MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/068 Optional BMI Calculator Challenge Solution.mp447.43MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/069 Introduction to Loops in Swift - The For In loop.mp414.46MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/070 Using Loops in Your Program.mp445.53MB
07 Programming in Swift 4 for Beginners Using Swift Playgrounds/071 Optional A Brain Teaser with Loops and the Fibonacci Sequence.mp418.94MB
08 Apple iOS APIs - Make a Music App/072 What Youll Make by the End of This Module.mp42.31MB
08 Apple iOS APIs - Make a Music App/074 How to Use Tags in the Storyboards.mp414.09MB
08 Apple iOS APIs - Make a Music App/075 How to Use the Apple Documentation to Tap into Any iPhone Capability You Want.mp454.58MB
08 Apple iOS APIs - Make a Music App/077 Incorporate AVFoundation to Play Sound.mp413.57MB
08 Apple iOS APIs - Make a Music App/078 Error Catching in Swift 4 - Do Catch and Try.mp410.75MB
08 Apple iOS APIs - Make a Music App/079 Create a Method to Contain the Sound Playing Functionality.mp411.98MB
08 Apple iOS APIs - Make a Music App/080 Common Swift Errors Index Out of Range and How to Debug it.mp47.69MB
08 Apple iOS APIs - Make a Music App/081 Make the App Play a Different Sound for Each Button.mp411.16MB
08 Apple iOS APIs - Make a Music App/082 The Importance of Scope in Programming.mp415.33MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/084 What Youll Make by the End of This Module.mp42.4MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/086 Set up the Project.mp418.95MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/088 Lets Create a Data Model.mp418.65MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/090 Object-Oriented Programming - What are Objects and Classes.mp417.05MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/092 Creating the Question Bank Class.mp416.71MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/093 ELI5 The Model View Controller (MVC) Design Pattern - Explain Like Im 5.mp414.67MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/094 Initialise the First Question.mp426.73MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/095 How to Progress Through the Question Bank.mp415.22MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/096 Debugging Practice Using the Xcode Debug Console.mp413.02MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/097 How to Implement a UIAlertController and Show a Popup to the User.mp420.66MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/098 A High Level Overview of How Our App Works.mp49.89MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/099 How to Track Progress and Score.mp424.97MB
09 The Model-View-Controller (MVC) Design Pattern - Make a Quiz App/100 How to Incorporate Objective-C Code in to Swift.mp421.77MB
10 Coding Challenge 3 - Control Flow - Build a Story App Like Lifeline/103 What Youll Build in This Coding Challenge.mp44.17MB
10 Coding Challenge 3 - Control Flow - Build a Story App Like Lifeline/111 Optional Destini Solution Walk Through.mp4105.67MB
11 iOS Auto Layout and Setting Constraints/112 Why Do We Need Auto Layout.mp44.56MB
11 iOS Auto Layout and Setting Constraints/113 Positioning UI Elements Programmatically.mp411.62MB
11 iOS Auto Layout and Setting Constraints/114 The Theory Behind Auto Layout.mp49.28MB
11 iOS Auto Layout and Setting Constraints/116 Auto Layout in Practice - Setting Constraints.mp434.62MB
11 iOS Auto Layout and Setting Constraints/117 Challenge Use What You Just Learnt to Practice Auto Layout.mp42.32MB
11 iOS Auto Layout and Setting Constraints/119 Optional Auto Layout Challenge Solution.mp417.55MB
11 iOS Auto Layout and Setting Constraints/120 New Auto Layout Using Stack Views.mp441.71MB
12 Programming in Swift 4 for Intermediates/121 Classes and Objects.mp42.82MB
12 Programming in Swift 4 for Intermediates/122 Creating a New Class from Scratch.mp416.47MB
12 Programming in Swift 4 for Intermediates/123 Creating Enums in Swift.mp49.46MB
12 Programming in Swift 4 for Intermediates/124 How to Create an Object from a Class.mp45.85MB
12 Programming in Swift 4 for Intermediates/125 Class Initialization.mp412.88MB
12 Programming in Swift 4 for Intermediates/126 Designated and Convenience Initializers.mp49.31MB
12 Programming in Swift 4 for Intermediates/127 Creating a Method.mp48.05MB
12 Programming in Swift 4 for Intermediates/128 Class Inheritance - The Theory.mp411.9MB
12 Programming in Swift 4 for Intermediates/129 How to Override an Inherited Method.mp44.33MB
12 Programming in Swift 4 for Intermediates/130 Class Inheritance - Putting it into Practice.mp49.73MB
12 Programming in Swift 4 for Intermediates/131 What are Swift Optionals.mp416.7MB
12 Programming in Swift 4 for Intermediates/132 Optionals Explained.mp47.69MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/133 What Youll Make by the End of This Module.mp42.64MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/135 Setting up the Skeleton Project.mp410.13MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/137 What are Cocoapods and Why Do We Need Them.mp43.8MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/138 Install and Setup Cocoapods on Your System.mp48.8MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/139 Troubleshooting Cocoapods Installation.mp41.41MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/140 Installing New Pods in Your Xcode Project.mp416.67MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/141 Fix for Those with a Version of Cocoapods Below 1.0.1.mp42.12MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/142 Completing the Pod Installation Process.mp46.98MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/144 Setting up the Location Manager to Get GPS Data from the iPhone.mp424.33MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/145 Asking the User for Location Permissions.mp412.72MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/146 Tapping into the GPS.mp428.77MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/147 What is Delegation.mp45.21MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/148 Swift Dictionaries.mp48.58MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/149 What are APIs.mp44.67MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/150 Networking with Alamofire.mp424.42MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/151 Networking REST Explained.mp47.41MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/152 What is JSON and How to Parse it.mp424.11MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/153 Create a Weather Data Model.mp427.21MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/154 Update the User Interface.mp44.24MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/155 Creating and Using Segues in Xcode.mp424.21MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/156 Using Delegates and Protocols in iOS App Development.mp427.91MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/157 How to Pass Data Between View Controllers.mp438.46MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/158 Delegates and Protocols Explained.mp428.35MB
13 Cocoapods GPS APIs REST and Getting Web Content - Weather App/159 Request Weather Data Based on City Name.mp414.8MB
14 The Command Line and Terminal/161 Introduction to the Command Line.mp413.91MB
14 The Command Line and Terminal/162 Command Line Shortcuts.mp423.74MB
14 The Command Line and Terminal/163 Directory and File Manipulation Using the Command Line Bonus.mp418.21MB
15 Coding Challenge 4 - Cocoapods REST APIs - Build a Bitcoin Price Tracker/164 What Youll Build by the End of This Coding Challenge.mp42.29MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/175 What You Will Make.mp42.89MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/176 What is Firebase.mp42.93MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/178 Register for an Account on Firebase.mp43.19MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/179 Set Up Firebase for Development.mp416.74MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/182 Saving Data to Firebase.mp410.82MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/183 Lets Register Some Users to our App.mp436.11MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/184 Swift Closures Advanced Swift.mp426.34MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/185 The Event-Driven Nature of Apps.mp46.66MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/186 What are Completion Handlers and How Do They Work.mp419.73MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/187 How Do Navigation Controllers Work and How do You Create Them.mp415.3MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/188 Lets Code Up the Login Screen.mp48.99MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/189 What are TableViews and How to Set One Up.mp440.76MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/190 Making a Custom Message Class.mp43.74MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/192 Learn About UI Animations in iOS and Make Our Own.mp439.76MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/193 Lets Send Some Messages.mp420.42MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/194 Observing for Database Changes.mp441.35MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/195 Bug Fix - Wheres the Historical Message Data.mp47.63MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/196 Update the Security Setting of Your Database.mp42.97MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/197 Lets Improve the UX - Add a Progress Spinner.mp411.11MB
16 Cloud Database iOS Animations and Advanced Swift - Make a WhatsApp Clone/198 Improving the UI - Differentiating Between Different Users.mp415.41MB
17 Firebase Version 3/201 What Youll Make by the End of This Module.mp42.89MB
17 Firebase Version 3/202 What is Firebase.mp42.93MB
17 Firebase Version 3/204 Register for a Free Account on Google Firebase.mp43.19MB
17 Firebase Version 3/205 Set up Firebase for Development.mp410.5MB
17 Firebase Version 3/207 Saving Data to Our Own Cloud Database.mp410.85MB
17 Firebase Version 3/208 Lets Register Some Users to Our App.mp437.69MB
17 Firebase Version 3/210 Swift Closures.mp426.34MB
17 Firebase Version 3/211 The Event Driven Nature of Mobile Apps.mp46.57MB
17 Firebase Version 3/212 What are Completion Handlers and How Do They Work.mp424.59MB
17 Firebase Version 3/213 The Navigation Controller in iOS.mp414.42MB
17 Firebase Version 3/214 How to Use the Swift Guard Statement.mp48.18MB
17 Firebase Version 3/215 Lets Code Up the Login Screen.mp48.92MB
17 Firebase Version 3/216 iOS Table Views and How to Properly Set One Up.mp440.76MB
17 Firebase Version 3/217 Making a Custom Message Class.mp43.74MB
17 Firebase Version 3/218 UI Animations in iOS and How to Make Our Own.mp439.75MB
17 Firebase Version 3/219 Lets Send Some Messages.mp421.02MB
17 Firebase Version 3/220 Observing for Real-Time Database Changes.mp445.56MB
17 Firebase Version 3/221 Bug Fix Where are the Historical Messages.mp48.03MB
17 Firebase Version 3/222 Update the Security Settings for Your Database Before Your Deploy.mp43.06MB
17 Firebase Version 3/223 Lets Improve the User Experience (UX) of Our App.mp412.36MB
17 Firebase Version 3/224 Lets Improve the User Interface (UI).mp424.37MB
18 Git GitHub and Version Control/226 Introduction to Version Control and Git.mp44.94MB
18 Git GitHub and Version Control/227 Version Control Using Git and the Command Line.mp424.6MB
18 Git GitHub and Version Control/228 GitHub and Remote Repositories.mp416.39MB
18 Git GitHub and Version Control/229 Gitignore.mp430.02MB
18 Git GitHub and Version Control/230 Cloning.mp418.03MB
18 Git GitHub and Version Control/231 Branching and Merging.mp429.99MB
18 Git GitHub and Version Control/232 Using Git and GitHub in Xcode 9.mp437.41MB
18 Git GitHub and Version Control/233 Forking and Pull Requests.mp428.97MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/235 Subclassing a UITableViewController.mp438.21MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/236 TableView Delegate Methods and Accessories.mp420.46MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/237 Creating a Textfield Inside UIAlert to Add New Items.mp440.55MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/238 Why Do We Need Persistent Local Data Storage.mp417.53MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/239 Persistent Local Data Storage Using UserDefaults.mp428.02MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/240 UserDefaults Explained.mp419.63MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/241 Advanced Swift The Swift Singleton Object.mp412.5MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/242 Creating a Custom Data Model.mp437.79MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/243 Advanced Swift The Swift Ternary Operator.mp47.5MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/244 Restructuring Our App with MVC.mp415.48MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/245 The Concept of iOS Sandboxing.mp46.83MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/246 Encoding Data with NSCoder.mp437.58MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/247 Decoding Data with NSCoder.mp422.29MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/248 Introduction to Databases.mp418.26MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/249 How to Setup and Configure Core Data.mp440.89MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/250 How to Save Data with Core Data (Create in CRUD).mp424.07MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/251 How to View Your SQLite Database Backend for Core Data.mp412.26MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/252 Core Data Fundamentals.mp416MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/253 Reading Data from Core Data (Read in CRUD).mp413.98MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/254 Updating Data with Core Data (Update in CRUD).mp47.56MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/255 Removing Data from Core Data (Delete in CRUD).mp414.21MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/256 How to Implement a UISearchBar and Querying with Core Data.mp453.36MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/257 How to Go Back to the Original List.mp418.29MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/258 How to Create Relationship Graphs in Core Data.mp428.83MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/259 Solution to Challenge Setting Up CategoryViewController.mp436.18MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/260 Adding the Delegate Method.mp439.21MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/261 Introduction to Realm.mp445.31MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/262 How to Save Data Using Realm (Create in CRUD).mp444.2MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/263 Fetching Data from Realm (Read in CRUD).mp467.25MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/264 Updating Data with Realm (Update in CRUD).mp410.16MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/265 Removing Data from Realm (Delete in CRUD).mp47.82MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/266 Querying Data Using Realm.mp434.1MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/267 Review of How Our App Uses Realm for Data Persistence.mp439.6MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/268 Making Our Cells Swipeable.mp471.06MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/269 Inheriting from SwipeTableViewController.mp459.61MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/271 Adding Colour to Our App.mp427.42MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/272 Solution to Challenge Persisting the Colour Property.mp421.63MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/273 Creating Gradient Flow Cells.mp456.82MB
19 Core Data Realm User Defaults - Learn Persistent Local Data Storage - Todoey/274 Updating the UI of the Navigation Bar.mp481.09MB
20 Introduction to Machine Learning/276 Introduction to Machine Learning.mp46.26MB
20 Introduction to Machine Learning/277 Supervised Learning.mp418.31MB
20 Introduction to Machine Learning/278 Unsupervised Learning.mp48.35MB
20 Introduction to Machine Learning/279 Reinforcement Learning.mp411.48MB
21 iOS 11 - CoreML - How to Incorporate Machine Learning into Your iOS Apps/281 What is CoreML.mp49.89MB
21 iOS 11 - CoreML - How to Incorporate Machine Learning into Your iOS Apps/282 What well be making.mp410.1MB
21 iOS 11 - CoreML - How to Incorporate Machine Learning into Your iOS Apps/284 Getting Image Recognition Results Back from Our V3 Model.mp431.3MB
21 iOS 11 - CoreML - How to Incorporate Machine Learning into Your iOS Apps/285 Hotdog or Not Hotdog.mp415.47MB
22 Optional Bonus Project Machine Learning Using IBM Watson/287 What Youll Make by the End of This Module.mp415.86MB
22 Optional Bonus Project Machine Learning Using IBM Watson/289 How to Install and Use Carthage as a Dependency Manager.mp424.54MB
22 Optional Bonus Project Machine Learning Using IBM Watson/291 How to Implement the Camera and Photo Library Functionality in iOS.mp439.74MB
22 Optional Bonus Project Machine Learning Using IBM Watson/292 How Use A Pre-Trained Neural Net from IBM to Classify Any Image.mp428.18MB
22 Optional Bonus Project Machine Learning Using IBM Watson/293 How to Process the Data You Get Back from IBM Bluemix.mp434.18MB
22 Optional Bonus Project Machine Learning Using IBM Watson/294 Lets Beautify Our App and Make it Look Like the Real Deal.mp459.75MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/296 What well be making.mp46.96MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/297 Installing CoremlTools using Python PIP.mp439.21MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/298 Converting a Caffe Model into MLModel.mp424.59MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/299 Challenge - Set up a UIImagePickerController.mp44.26MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/300 Solution - Setting up a UIImagePickerController.mp412.14MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/301 Challenge Getting Classifications from Our Model.mp42.09MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/302 Solution Getting Classifications from our Model.mp418.74MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/303 Challenge Adding Cocoapods to Our Project.mp47.51MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/304 Solution Adding Cocoapods to Our Project.mp44.58MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/307 Challenge Parsing the JSON Result using SwiftyJSON.mp44.55MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/308 Solution Parsing the JSON Result using SwiftyJSON.mp411.77MB
23 iOS 11 - Advanced CoreML - How to Convert Pre-Trained Models Using CoreML Tools/309 Displaying Images From a URL using SDWebImage.mp413.24MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/313 Introduction to Augmented Reality and ARKit.mp420.64MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/314 How to Setup and Configure Your Project for AR.mp427.84MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/315 How to Create a 3D Object in Augmented Reality.mp428.98MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/316 Bring the Moon into Your Living Room Using AR.mp413.88MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/317 How to Find and Import 3D Models for AR.mp425.71MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/319 How to Detect Horizontal Planes in the Real World.mp453.98MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/320 How to Detect Touch on Real World 3D Objects.mp420.67MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/321 How to Place Our Dice in 3D Using Touch.mp420.49MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/322 How to Animate 3D Objects in AR.mp418.71MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/323 How to Animate and Roll all the 3D Dice at Once.mp420.08MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/324 How to Remove Our 3D Objects from the AR Scene.mp48.29MB
24 iOS 11 - ARKit - How to Make Augmented Reality Apps in iOS/325 Optional Lesson Refactoring Our Code for Better Readability.mp420.53MB
25 Bonus Project 2 - Make an Augmented Reality Pokemon Go app Using Vuforia/328 Setting Up Vuforia and Unity 5.mp423.98MB
25 Bonus Project 2 - Make an Augmented Reality Pokemon Go app Using Vuforia/329 Conjuring Your Pikachu in Augmented Reality.mp434.75MB
26 iOS 11 - Advanced ARKit - How to Measure Real World Dimensions in an ARKit app/330 What Well Make By the End of This Module.mp48.69MB
26 iOS 11 - Advanced ARKit - How to Measure Real World Dimensions in an ARKit app/331 Adding the Start and End Measuring Points in 3D.mp428.63MB
26 iOS 11 - Advanced ARKit - How to Measure Real World Dimensions in an ARKit app/333 Measuring the Distance in AR.mp434.56MB
26 iOS 11 - Advanced ARKit - How to Measure Real World Dimensions in an ARKit app/334 Creating 3D Text to Display in AR.mp421.7MB
26 iOS 11 - Advanced ARKit - How to Measure Real World Dimensions in an ARKit app/335 Enabling New Measurements.mp425.44MB
27 How to Submit Your App to the App Store/337 How to Publish Your App on to the App Store.mp417.13MB
27 How to Submit Your App to the App Store/339 Useful Tools to Help You with App Submissions.mp45.25MB
28 Next Steps/340 Where to Go From Here.mp418.6MB
29 The Complete App Design Course/342 Introduction to App Design.mp42.13MB
29 The Complete App Design Course/343 Why Design is Important for an App Entrepreneur.mp43.45MB
29 The Complete App Design Course/344 Designer vs. Non-Designer Thinking.mp44.46MB
30 Colour Theory/345 Understanding the Mood of Your Colour Palette.mp49.68MB
30 Colour Theory/346 How to Combine Colours to Create Colour Palettes.mp45.07MB
30 Colour Theory/347 Tools for Designing with Colour.mp44.41MB
31 Typography/349 Introduction to Typography.mp41.53MB
31 Typography/350 The Serif Type Family - Origins and Use.mp410.43MB
31 Typography/351 The Sans-Serif Type Family - Origins and Use.mp42.76MB
31 Typography/352 How Typography Determines Readability.mp44.45MB
31 Typography/353 How to Combine Fonts Like a Pro.mp47.74MB
32 The Fundamentals of User Interface (UI) Design for Mobile/355 What is User Interface (UI) Design.mp4869.28KB
32 The Fundamentals of User Interface (UI) Design for Mobile/356 The Tour Guide Approach to UI Design.mp43.91MB
32 The Fundamentals of User Interface (UI) Design for Mobile/357 The Importance of Alignment.mp43.63MB
32 The Fundamentals of User Interface (UI) Design for Mobile/358 What is Good Practice in Interaction Design.mp410.26MB
32 The Fundamentals of User Interface (UI) Design for Mobile/359 Colour in User Interface Design.mp43.06MB
32 The Fundamentals of User Interface (UI) Design for Mobile/360 The Many Ways of Designing Text Overlays.mp45.49MB
32 The Fundamentals of User Interface (UI) Design for Mobile/361 How to Be an Attention Architect.mp45.83MB
33 The Fundamentals of User Experience (UX) Design for Mobile/363 What is User Experience (UX) Design.mp411.32MB
33 The Fundamentals of User Experience (UX) Design for Mobile/364 Usability.mp48.43MB
33 The Fundamentals of User Experience (UX) Design for Mobile/365 Asking for Permissions.mp44.54MB
33 The Fundamentals of User Experience (UX) Design for Mobile/366 User Profiling.mp44.1MB
33 The Fundamentals of User Experience (UX) Design for Mobile/367 Form vs. Function.mp43.68MB
33 The Fundamentals of User Experience (UX) Design for Mobile/368 Consistency.mp44.48MB
33 The Fundamentals of User Experience (UX) Design for Mobile/369 Simplicity.mp46.55MB
33 The Fundamentals of User Experience (UX) Design for Mobile/370 Dont Make Me Think.mp49.99MB
33 The Fundamentals of User Experience (UX) Design for Mobile/371 Onboarding.mp43.91MB
33 The Fundamentals of User Experience (UX) Design for Mobile/372 Idiot Boxes.mp45.44MB
34 Designing for IOS vs. Android - What are the Important Differences/374 Android vs. iOS Design.mp44.11MB
34 Designing for IOS vs. Android - What are the Important Differences/375 Navigation.mp43.72MB
34 Designing for IOS vs. Android - What are the Important Differences/376 The Devil is in the Details.mp41.38MB
34 Designing for IOS vs. Android - What are the Important Differences/377 Differences in Icon Design.mp4697.21KB
34 Designing for IOS vs. Android - What are the Important Differences/378 Flat Design vs. Material Design.mp43.16MB
34 Designing for IOS vs. Android - What are the Important Differences/379 Differences in Establishing Visual Hierarchy.mp4946.59KB
34 Designing for IOS vs. Android - What are the Important Differences/380 iOS and Android Design Guidelines.mp43.85MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/381 Step1 - Design Patterns and Colour Palettes.mp45.48MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/383 Step 2 - How to Create a User Flow Diagram.mp411.74MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/384 Step 3 - How to Create Wireframes.mp426.54MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/386 Step 4 - How to Create Professional Mockups.mp46.4MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/388 How to Use Sketch to Create Mockups.mp429.43MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/389 Optional Watch me Create a Mock up Using Sketch.mp496.9MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/390 How to Use Canva to Create Mockups.mp47.99MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/391 Your Turn to Create Your Own Mockups.mp44.11MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/393 Step 5 - How to Create an Animated App Prototype.mp45.84MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/395 Prototyping with Keynote.mp415.19MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/396 Prototyping with Marvel.mp411.22MB
35 A Step-By-Step Guide to a Professional Mobile Designers Workflow/397 Your Turn to Create a Prototype.mp42.1MB
36 Design Resources/400 How to Keep Designing and Improving.mp42.55MB
37 The Complete App Marketing Course - How to Make Money From Your Apps/401 The Importance of App Marketing.mp41.84MB
37 The Complete App Marketing Course - How to Make Money From Your Apps/402 The Fallacy of Build it and They Will Come.mp46.83MB
38 Idea Validation - Save Yourself Time and Money/403 The Importance of Idea Validation.mp410.7MB
38 Idea Validation - Save Yourself Time and Money/404 1. The Simplest Way of Validating Your Idea - The Starbucks Method.mp410.27MB
38 Idea Validation - Save Yourself Time and Money/405 2. Using Google Trends to Estimate the Size of Your Market.mp47.02MB
38 Idea Validation - Save Yourself Time and Money/406 3. The Landing Page Validation Method.mp420.86MB
38 Idea Validation - Save Yourself Time and Money/407 How to Create a Landing Page Website in Less than an Hour.mp48.37MB
38 Idea Validation - Save Yourself Time and Money/408 4. Creating a Minimum Viable Product.mp412.14MB
38 Idea Validation - Save Yourself Time and Money/409 5. Using Crowd-funding to Validate and Fund Your Idea.mp411.27MB
39 App Monetisation Methods - How to Make Money From Your App/410 How to Monetise Your App on iOS vs. Android.mp43.83MB
39 App Monetisation Methods - How to Make Money From Your App/411 When You Should Create a Paid App.mp415.59MB
39 App Monetisation Methods - How to Make Money From Your App/412 When to use In-App Advertisements.mp48.34MB
39 App Monetisation Methods - How to Make Money From Your App/413 How You Thought About These Alternative Monetisation Models.mp48.45MB
40 How to Optimise Your App Store Listing/414 How to Get an App icon Designed without Breaking the Bank.mp46.97MB
40 How to Optimise Your App Store Listing/415 Split Testing for Super Success.mp411.31MB
40 How to Optimise Your App Store Listing/416 What Makes a Good App Icon.mp41.9MB
40 How to Optimise Your App Store Listing/417 The Dos and Donts of Making App Screenshots.mp47.46MB
40 How to Optimise Your App Store Listing/418 Tools for Building Screenshots.mp41.57MB
41 Growth Hacking Techniques for App Downloads/419 Your First 1000 Customers.mp45.34MB
41 Growth Hacking Techniques for App Downloads/420 Building an Email List.mp44.23MB
41 Growth Hacking Techniques for App Downloads/421 The All Important Landing Page.mp49.56MB
41 Growth Hacking Techniques for App Downloads/422 Blogging Your Way to Success.mp49.27MB
41 Growth Hacking Techniques for App Downloads/423 Content Marketing for App Downloads.mp44.21MB
41 Growth Hacking Techniques for App Downloads/424 How to Successfully Launch on Product Hunt.mp420.01MB
41 Growth Hacking Techniques for App Downloads/425 How to Launch on Beta List.mp41.93MB
41 Growth Hacking Techniques for App Downloads/426 How to Launch on Hacker News.mp45.96MB
41 Growth Hacking Techniques for App Downloads/427 If At First You Dont Succeed....mp45.99MB
41 Growth Hacking Techniques for App Downloads/428 Cross Promotion.mp42.05MB
41 Growth Hacking Techniques for App Downloads/429 Social Referrals and Social Queuing.mp44.77MB
41 Growth Hacking Techniques for App Downloads/430 How to Make Social Media Work for You.mp47.9MB
42 How to Get Press Coverage for Your App/431 Do I Need a PR Agency.mp41016.98KB
42 How to Get Press Coverage for Your App/432 Not All Press is Created Equal.mp41.32MB
42 How to Get Press Coverage for Your App/433 How to Craft Your Story.mp47.47MB
42 How to Get Press Coverage for Your App/434 How to Craft Your Pitch.mp42.4MB
42 How to Get Press Coverage for Your App/435 How to Figure Out Which Journalists to Pitch.mp44.59MB
42 How to Get Press Coverage for Your App/436 How to Find Anyones Email Address.mp41.77MB
42 How to Get Press Coverage for Your App/437 How to Pitch a Journalist.mp46.19MB
42 How to Get Press Coverage for Your App/439 Establishing a Relationship with a Journalist.mp42.3MB
42 How to Get Press Coverage for Your App/440 What if You Still Cant Get Anyone to Write About You.mp45.07MB
42 How to Get Press Coverage for Your App/441 Final Tips on Getting Press.mp43.76MB
43 How to Get Your App Featured on the App Store/442 How to Get Featured on the App Store.mp41.54MB
43 How to Get Your App Featured on the App Store/443 Only on the App Store.mp42.3MB
43 How to Get Your App Featured on the App Store/444 Work with the Corporate Mindset.mp41.91MB
43 How to Get Your App Featured on the App Store/445 Native vs. Cross-Platform Apps.mp48.89MB
43 How to Get Your App Featured on the App Store/446 Tips and Tricks for Getting Featured.mp43.68MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/447 What is App Store Optimisation (ASO).mp41.35MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/448 Top Tips to Optimise Your App Store Listing.mp42.36MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/449 My Complete ASO Workflow.mp48.23MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/450 Using Apple Search Ads as a Research Tool.mp43.13MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/451 Early vs. Late Game Strategies.mp41.52MB
44 App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/452 Differences Between Google Play and Apple App Store.mp43.83MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/453 When to use Paid Advertising or App Marketing.mp4982.34KB
45 The Right Way of Using Paid Advertising to Drive App Downloads/454 Always Test Before You Advertise.mp45.5MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/455 Which Platform to Advertise On.mp4658.77KB
45 The Right Way of Using Paid Advertising to Drive App Downloads/456 How Much Does it Cost.mp42.94MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/457 How to Setup Your Facebook Ad.mp43.17MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/458 Use Your Competitors Ad Budget.mp44.44MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/459 Where Can I Find More Customers.mp41.18MB
45 The Right Way of Using Paid Advertising to Drive App Downloads/460 One Weird Trick to Get More Money from Apple.mp42.55MB
46 App Store Reviews and Ratings/461 How to Get More 5 Star Ratings and Reviews.mp45.33MB
46 App Store Reviews and Ratings/462 Use This Free Tools to Monitor Your App Reviews.mp41.4MB
47 How to Use App Analytics to Increase User Retention/463 How to use App Analytics to Increase User Retention.mp44MB
48 White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/464 White Hat Techniques.mp49.23MB
48 White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/465 Black Hat Techniques.mp48.2MB
49 Bonus How to Build Your App Showcase Website/466 A 5 Second Way of Building a Web Page for Your iOS App.mp44.2MB
49 Bonus How to Build Your App Showcase Website/467 How to Use Bootstrap to Build Your App Showcase Website.mp425.1MB
51 Ask Me Anything Series/470 Ask Me Anything - Questions for Angela - Episode 1.mp4233.32MB
51 Ask Me Anything Series/471 Ask Me Anything - Questions for Angela - Episode 2.mp4403.53MB
51 Ask Me Anything Series/472 Ask Me Anything - Questions for Angela - Episode 3.mp4565.94MB