iOS 10 & Swift 3 Starter Bundle

1 Review
$45.00$654.00
You save 93% -

What's Included

The Complete iOS 10 Developer
  • Certification included
  • Experience level required: All levels
  • Access 205 lectures & 37.5 hours of content 24/7
  • Length of time users can access this course: Lifetime

Course Curriculum

205 Lessons (37.5h)

  • Introduction
    Introduction2:41
  • Setup
    Introduction to Setup1:10
    How to Setup Xcode 8 and Swift 32:54
    How to Setup iOS 10 Simulators1:36
  • Learn Swift 3
    Introduction to Swift 32:30
    Setup a Playground in Swift 32:18
    Variables in Swift 37:17
    Collections - Arrays in Swift 37:37
    Collections - Sets in Swift 34:21
    Collections - Dictionaries in Swift 34:50
    Logic - If Else and Switch Case in Swift 35:58
    Round and Round - Loops in Swift 37:07
    Functions in Swift 36:48
    Optionals in Swift 36:29
    Classes and Objects in Swift 36:08
    Inheritance in Swift 34:27
    Summary of Swift 31:15
  • App 1 - A Screen Torch
    Introduction to Your First iOS App3:43
    An Astronomy Screen Torch - Storyboards9:14
    An Astronomy Screen Torch - View Controller Code4:03
    An Astronomy Screen Torch - Buttons and Outlets6:24
    An Astronomy Screen Torch - Storyboard Element Positioning3:56
    An Astronomy Screen Torch - Assignment1:11
    An Astronomy Screen Torch - Solution3:38
    Summary of Your First iOS 10 Application1:47
    Source Code
  • App 2 - Converter
    1 Introduction to Temperature Converter1:08
    2 Making the Main Screen of our Temperature Converter9:29
    3 Connecting the Main Screen of Temperature Converter to Code6:51
    4 Writing the Main Code of our Temperature Converter App5:46
    5 Temperature Converter - Assignment1:11
    6 Temperature Converter - Solution8:52
    7 Summary of Temperature Converter1:36
  • App 3 - Calculator
    1 Introduction to Calculator1:08
    2 Calculator Assets
    2 Making Our Calculator Screen - Images - Image Sets and Buttons11:45
    3 Making of Our Calculator Screen - Stack Layouts7:39
    4 Connecting Calculator Screen to Code12:38
    5 Storing Things with Enums7:10
    6 Writing the Basic Code of our Calculator18:33
    7 Calculator - Homework0:51
    8 Calculator - Solution6:38
    9 Summary of Calculator2:18
    Source Code Calculator
  • App 4 - Back to the Future
    Introduction to Back to the Future1:40
    Back to the Future - Tabbed Apps Explained4:14
    Back to the Future Layout - Storyboards11:27
    Back to the Future Code - Showing the Year8:40
    Back to the Future Code - A Ticking Clock6:56
    Back to the Future Time Travel - Storyboards6:50
    Back to the Future Time Travel - Code4:47
    Back to the Future Time Travel - Animations10:06
    Summary of App 2 - Back to the Future1:32
    Source Code
  • App 5 - Where was I? - GPS and Maps
    Introduction to App 3 - Where Was I0:48
    Where Was I - Setup0:52
    Showing a Map with Apple Maps4:50
    Info Plist - Setting Required Device Capabilities2:17
    Info Plist - Permissions for Location2:39
    Showing Your Location7:57
    Getting Location Coordinates8:05
    Creating a Class to Store Location Coordinates3:15
    Saving Location Coordinates - UserDefaults9:07
    Showing Last Location with a Pin Annotation6:16
    Where Was I - Homework0:45
    Where Was I - Solution4:19
    Summary of Where Was I - GPS and Maps0:50
    Source Code
  • Great App Design
    Introduction to Great App Design1:42
    Thinking About User Experience3:05
    Popular User Experience Tools2:14
    What is a User Interface - First Step4:59
    How to Design a User Interface6:18
    Popular User Interface Design Tools1:39
    How to Design a User Experience3:58
    Summary of Great App Design0:55
  • App 6 - Quick Share (Photos)
    1 Introduction to Quick Share1:15
    2 Quick Share - Launch Screens and Images11:19
    3 Creating the User Interface - UITableView7:59
    4 How to Setup a Simple UITableView6:49
    5 How to Setup a Custom UITableViewCell11:09
    6 How to Handle a Click from a UITableViewCell2:58
    7 How to Push a New View Controller and Send Data8:27
    8 How to Use the Photos Framework with Swift12:53
    9 How to Pass a Photo to a View Controller9:59
    10 Setting up Sharing Icons and Minimising Outlet Code14:28
    11 Sharing on Facebook and Twitter Using the Social Framework6:37
    12 Sharing on Instagram14:11
    13 Sharing on Whatsapp10:29
    14 Taking a Photo from Inside Your App13:31
    15 Quick Share - Homework1:00
    16 Quick Share - Solution3:27
    17 Summary of Quick Share2:35
    L02 - Resources
  • App 7 - ChaChat (WhatsApp Clone) - Using Firebase
    1 Introduction to App 5 - ChaChat - Whatsapp Clone2:41
    2 How to Set Up a Firebase App6:12
    3 Setting up the Messaging App3:01
    4 How to Add Firebase to a Swift App using Cocoapods8:20
    5 Firebase Registration and Login Component - Design12:06
    6 Firebase Registration and Login Component - Logging In18:37
    7 Firebase Registration and Login Component - Error Alerts5:17
    8 Firebase Registration and Login Component - Registration15:21
    9 Firebase Registration and Login - Homework0:42
    10 Firebase Registration and Login - Solution4:40
    11 Setting up a Table to Receive Firebase Data15:19
    12 Moving a View up or Down when a Keyboard is Shown12:54
    13 Sending and Receiving Data with a Firebase Database12:59
    14 Firebase - Homework1:29
    15 Firebase - Solution5:58
    16 Summary of App 5 - ChaChat - WhatsApp Clone1:21
    ChaChat
  • App 8 - Transcriber with Siri Speech Recognition
    1 Introduction1:38
    2 Setting up the Permmissions Screen7:25
    3 Setting up a Tabbed App12:56
    4 How to Setup a UITableViewController Class5:15
    5 Checking Existing Permissions8:39
    6 Requesting Permissions for Microphone and Speech15:37
    7 Setting up Recording from the Micrphone with Document DIrectories8:22
    8 Setting up and Recording from the Microphone with a View Controller8:14
    9 Recording from the Microphone15:31
    10 Transcriber - Homework 10:40
    11 Transcriber - Solution 14:54
    12 How to Play Back Recorded Audio3:46
    13 How to Implement Audio Transcription on iOS 107:09
    14 Saving Text Files on iOS 107:33
    15 Initialising Core Data in iOS 108:12
    16 Saving Objects to Core Data in iOS 1012:31
    17 Retrieving Objects using Core Data in iOS 1011:19
    18 Homework Epic3:00
    19 Summary of Transcriber1:28
  • Free Resources
    Introduction to Free Resources1:32
    How to Claim Your 1200 of Amazon Value for Free4:42
  • App 9 - Weather App with RESTful Services and JSON
    1 Introducton to Will I Burn2:22
    2 What are RESTful Services2:32
    3 What is an API2:24
    4 What is JSON2:18
    5 OH GOD PLEASE NOT ANOTHER WEATHER APP5:16
    6 Choosing the Weather API4:19
    7 Creating the App and Asking for Permissions12:42
    8 Designing Your App Around a Custom Font7:13
    9 Allowing the User to Pick a Skin Type22:48
    10 How to Install Cocoapods1:49
    11 Using Cocoapods to Install a Module to Help with RESTful Services11:27
    12 How to Retrieve Data from an API in an iOS App17:48
    13 How to Parse JSON in Swift 39:47
    14 Homework - Let me Know1:29
    15 Solution - Let me Know11:48
    16 Calculating Burn Time16:34
    17 Making an Awesome Time to Burn Display and Local Notifications23:42
    18 Summary of Will I Burn2:01
  • ARCHIVE - A Fully Published RSS Reader Written in Swift 2
    0 - Introduction1:04
    1 - Designing our UX4:45
    2 - Experimenting with Storyboards4:18
    3 - Designing the main screen8:29
    4 - Adding colour to the main screen5:31
    5 - Adding images to our navigation bar buttons6:34
    6 - Creating the Add RSS Feed screen15:02
    7 - Creating the Edit RSS Feeds screen1:51
    8 - Creating the View RSS Feed item screen3:11
    9 - Connecting Storyboards to our code base using outlets10:42
    10 - What is a data model2:10
    11 - Understanding RSS feeds before creating the models1:43
    12 - Creating the Feed and FeedItem models6:50
    13 - Storage options on iOS3:07
    14 - Installing an SQLite database framework from GitHub10:53
    15 - Creating the FeedDataHelper class18:56
    16 - Testing the database connection9:35
    17 - Adding a feed via the 'Add Feed' view11:47
    18 - Explaining the table view and it's table source1:55
    19 - Creating the cell for the table view8:51
    20 - Populating the feeds table with our cells11:26
    21 - Deleting an item from a table view row. AKA - slide to Delete12:17
    22 - Disabling app transport security and introduction to Info plist2:31
    23 - Getting our RSS Feed Items19:16
    24 - Creating the cell for our RSS Feed Items table view11:06
    25 - Populating the RSS Feed Items list view7:12
    26 - Handling a click on the Feed Items list13:57
    27 - Why we debug1:14
    28 - App monetizaton strategies6:00
    29 - Implementing Google Ads8:42
    30 - Creating an app icon for iOS devices4:40
    31 - Creating a launch screen for an iOS app7:07
    32 - Signing up for an Apple developer account1:19
    33 - Initial setup of our app within the Apple Developer site9:33
    34 - Preparing the iTunes Connect app store listing5:54
    35 - Preparing the iTunes Connect app store listing - Images7:21
    36 - Compiling signing and submitting an app to the App store5:44
    Course Materials
    37 - Final lecture with 1 final task2:01
  • How to Start a Startup (General Advice)
    1 - How to Start a Startup43:52
    2 - Team and Execution46:18
    3 - Before the Startup48:07
    4 - Building Product, Talking to Users, and Growing52:21
    5 - Competition is for Losers50:16
    6 - Growth47:27
    7 - How to Build Products Users Love48:01
    8 - How to Get Started, Doing Things that Don't Scale, Press52:13
    9 - How to Raise Money50:10
    10 - Culture50:25
    11 - Hiring and Culture, Part 250:36
    12 - Building for the Enterprise46:19
    13 - How to be a Great Founder49:46
    14 - How to Operate46:38
    15 - How to Manage49:42
    16 - How to Run a User Interview46:27
    17 - How to Design Hardware Products47:15
    18 - Legal and Accounting Basics for Startups48:18
    19 - Sales and Marketing; How to Talk to Investors48:50
    20 - Later-stage Advice48:29
  • Introduction to tvOS - A Classic Streaming Radio App
    1 Introduction to tvOS - A Classic Radio2:55
    2 How to Create a tvOS App for Online Radio - Collection Views37:38
    3 How to Create a tvOS App for Online Radio - Getting Stations and Artwork43:16
    5 Summary of tvOS - A Classic Radio2:10
    4 How to Create a tvOS App for Online Radio - Streaming Music from the Internet7:47

The Complete iOS 10 Developer

GM
GK Micro

Grant Klimaytys is an app developer, author, and eCourse teacher. He is obsessed with breaking down hard to understand principles so students can learn fast and easily!

Description

With the launch of iOS 10 upon us, there is no better time to learn mobile app development than right now! In this straight-forward course you'll learn how to build for iOS 10 by building real, functional apps. If you're interested in scoring six-figure developer jobs or earning passive income by creating your own apps, then this is a great place to start!

  • Access 205 lectures & 37.5 hours of content 24/7
  • Learn the Apple iOS development process as it really is
  • Create useful apps like GPS maps & clocks
  • Discover how to incorporate animations to engage users
  • Develop multiple iOS apps that you can release on the App Store under your own account

Specs

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Xcode 8 required (free to download)

Terms

  • Unredeemed licenses can be returned for store credit within 30 days of purchase. Once your license is redeemed, all sales are final.
Your cart is empty. Continue Shopping!
Processing order...