The 2017 iOS 10 Complete App Builder Bundle
$59.99$477.99
You save 87%
What's Included
$200.00 Value
iOS 10 & Swift 3: From Beginner to Paid Professional
Devslopes
70 Lessons (250h)
Lifetime
- Certification included
- Experience level required: All levels
- Access 70 lectures & 250 hours of content 24/7
- Length of time users can access this course: Lifetime
Course Curriculum
70 Lessons (250h)
- Getting Started With iOS 10 & Swift 3Intro to CourseGet $5000 worth of AMAZING graphics for FREE2:50Download Your FREE Graphics hereStudent Success Story3:01Register as an Apple Developer4:24Downloading Xcode 83:11Installing Xcode 82:06Building your first Swift 3 iOS 10 App16:38Where to get free live help3:04Setting Learning Expectations19:39Student Success Story #2 App in the World!!3:34
- Learn to code with Swift 3Variables, Operators & how Computers Work16:48Source CodeSwift 3 Strings15:22Swift 3 Numbers19:53Exercise: VariablesSwift 3 Functions22:39Swift 3 Booleans & Conditional Logic20:57Swift 3 Constants & Logical Operators10:27Exercise: FunctionsSwift 3 Arrays13:06Swift 3 Loops18:59Swift 3 Dictionaries18:44Swift 2 Optionals28:01Object Oriented Programming12:01Inheritance8:19Polymorphism8:22Xcode 8 - Tips & Tricks12:00Exercise: Loops & Arrays
- Version Control with Git & GithubCoding Warmup: LoopsAbout Version Control12:39Git Basics16:20Setting Up Github5:34Github vs Bitbucket3:06Local & Remote Git Repositories17:32Working Through Git Merge Conflicts11:17Github Desktop7:44Exercise: Pushing your Code to Github
- Foundational iOSMiracle Pills 01 - Autolayout & project creation14:48Exercise: Extending Miracle PillsMiracle Pills 02 - Width, height, leading, trailing constraints21:19Miracle Pills 03 - UIPickerView28:49Working with UIScrollView28:45Working with UIStackView39:36Changing Screens with Segues26:30Retro Calculator Intro1:04Retro Calculator - UIStackView & auto layout34:53Retro Calculator - Custom fonts on iOS 102:41Playing audio files on iOS 108:00Retro Calculator - Math & logic19:42Exercise- Enhancing Calculator1:52Size classes on iOS 10 & Xcode 818:03Exercise: Auto layoutParty Rock Mansion Intro Preview1:43Party Rock - Designing the UI17:24Party Rock - Custom table cells, and data modeling22:39Party Rock - Downloading images & async9:21Party Rock - Showing Youtube videos in a web view9:28Model View Controller (MVC)26:46Creating a Progress Bar with PaintCode25:21
- Data Persistence & Core DataIntro to Core Data App1:22Why use Core Data3:54Core Data Architecture Overview3:59DreamLister Part 1 - Creating a Data Model20:30DreamLister Part 2 - Designing the Views20:59DreamLister Part 3 - Connecting the Views6:09DreamLister Part 4 - NSFetchedResultsController22:22DreamLister Part 5 - Fetching and Displaying Data16:59DreamLister Part 6 - Laying Out the Details Screen14:53DreamLister Part 7 - Implementing UIPickerView13:39DreamLister Part 8 - Saving Data and Adding Images13:34DreamLister Part 9 - Editing Existing Data16:28DreamLister Part 10 - Deleting Data and Adding Images18:47DreamLister Part 11 - Sorting Data6:56DreamLister Part 12 - ItemType Challenge2:27Converting Swift 2 to Swift 3 Core Data Project13:38
- Working With REST & Web Requests on iOS 10 & Swift 3How web requests work on iOS 10 Preview17:51Understanding JSON on iOS 1010:33Rainy Shine - App intro & project creation Preview3:28Rainy Shine - Intro to Cocoapods6:13Rainy Shine - Installing Cocoapods & Alamofire5:56Rainy Shine - Creating the interface with IBOutlets32:25Rainy Shine - Table view, delegate, & datasource11:37Rainy Shine - OpenWeather API Registration10:09Rainy Shine - Data model and constants20:09Downloading data from the API with Alamofire13:06Rainy Shine - Parse JSON data16:12Rainy Shine - Updating UI with data from API8:11Rainy Shine - Data modeling & initializing weather Dictionary40:00Rainy Shine - IBoutlets & custom weather cell15:36Rainy Shine - User location with CLLocationManager27:13Pokedex - Intro to App1:15Pokedex - Project setup, images, data, github8:16Pokedex - Creating a Pokemon class4:36Pokedex - Collection view, storyboard layout8:52Pokedex - Custom collection view cell7:38Pokedex - Collection view delegate, data source, flow layout13:02Pokedex - Parsing CSV files12:52Pokedex - Audio & custom fonts12:23Pokedex - Search bar & search filtering15:27Pokedex - Detail Controller & Segue10:04Pokedex - Stack view & detail view controller23:13Pokedex - IBOutlets & Model changes6:02Pokedex - The API, Github, Cocoapods & Alamofire7:22Pokedex - Downloading & Parsing Data Part 129:19Pokedex - Downloading & Parsing Data Part 216:04Pokedex - Finishing the Pokedex28:31
- Protocol Oriented Programming and Advanced Swift 3Intro to Protocol Oriented Programming11:08Writing your first protocols20:25Creating Protocol Extensions14:53Generics & Protocols13:37Practical examples using Protocol Oriented Programming83:20Recursive Functions13:48
- iOS 10 Hot New FeaturesiOS 10 iMessage Sticker App Extension6:20iOS 10 Speech Recognition API45:33iOS 10 User Notifications45:33
- Building Full Stack Apps With FirebaseIntro to Firebase6:35Firebase Push Notifications - Creating the project5:33Firebase Push Notifications - Creating a push certificate7:00Firebase Push Notifications - Connecting via code to Firebase messaging17:47Sorting Data in Firebase28:41
- Maps, GPS, Geolocation, Pokemon & FirebasePokeFinder - Intro to App2:45PokeFinder - Custom image for user location16:34PokeFinder - Installing Firebase & GeoFire13:02PokeFinder - Saving Pokemon to a GPS location19:05PokeFinder - Showing Pokemon annotations on the map18:10PokeFinder - Location Permissions & Final App8:11PokeFinder Exercise
- Creating A Social Network With FirebaseSocial Network Intro3:40Social Network - Firebase Setup37:22Social Network - Login UI33:39Social Network - Custom Views28:45Social Network - Facebook Authentication45:05Social Network - Email Authentication with Firebase19:45Social Network - Auto sign in with keychain39:18Social Network - UI for Social Feed49:16Social Network - Table with Custom Cells for Feed22:08Social Network - Firebase Data Modeling & Architecture29:49Social Network - Creating Database Users for Firebase41:17Social Network - Firebase Database18:29Social Network - Parsing Firebase Data26:28Social Network - Firebase Data in UI13:05Social Network - UIPickerView Post to Firebase20:54Social Network - Intro to Firebase Storage11:44Social Network - Downloading files from Firebase Storage30:56Social Network - Uploading files to Firebase29:23Social Network - Making a Social Media Post19:27Social Network - Firebase Database Relationshiops48:26Social Network Exercise11:24
- Intermediate: Creating a Snapchat Clone With FirebaseDevChat - Project creating & using Apple's example code16:43DevChat - Refactor Apple's code & move IBoutlets13:03DevChat - Moving code from Parent Class to Child5:19DevChat - How to Create your own Protocol & Delegate25:51DevChat - Setting up & installing Firebase5:28DevChat - Firebase Data Modeling & App Architecture22:44DevChat - Custom Views with IBDesignable & IBInspectable27:35DevChat - Login UI & Firebase Authentication9:16DevChat - Creating Email Account Users with Firebase19:24DevChat - Firebase Authentication Error Handling18:36DevChat - How to save Authenticated Users to Firebase12:46DevChat - Downloading & Parsing Firebase Users39:10DevChat - Firebase Storage - Uploading Videos to Firebase39:32DevChat - Sending your first Snap11:33
- Designing Mobile Apps With Sketch 3Sketch UI Overview2:06Designing your first App in Sketch12:15Basic of Layers11:11Understanding Shapes16:16Masking & Proportional Scaling7:46Styling in Sketch Part 118:08Styling in Sketch Part 212:29Working with Images7:12Typography & Text5:29Symbols10:51Designing an Instagram Profile Page13:30How to Export Graphics4:41Rapid Prototyping Apps with Invision14:36
- Designing A Chat App in Sketch 3Intro to App0:33Creating the Signup & Login Scree19:24Creating the Inbox37:44New Messages UI23:06Creating the Chat UI19:42Creating the Settings Screen15:57
- Designing An Social Media App in Sketch 3Intro to App0:32Creating the Login Screen12:48Creating the Email Signup UI7:43Designing the Home Scree24:19Creating the Post Screen19:13
- Objective-C & Swift 3: Getting StartedBuild an iOS App in Objective-C5:48Anatomy of an Objective-C file9:26Objective-C Properties & Instance Variables11:07Objective-C Getters & Setters12:09Objective-C Pointers5:53Objective-C Strings with NSString20:53Objective-C Numbers17:21
- A Deeper Look Into Objective-CObjective-C Conditionals & Bools7:05Objective-C Methods34:43Objective-C NSArray & NSMutableArray12:07Objective-C NSDictionary & NSMutableDictionary12:17Objective-C Loops & fast Enumeration4:39Objective-C Object Oriented Programming9:47Exercise: RTFD
- Advanced Objective-CObjective-C Weak vs Strong & Retain Cycles15:40Objective-C Initializers11:44Objective-C Nullability11:33Objective-C Categories9:04Objective-C Interoperability11:28
- Objective-C Building A Tutorial & Youtube AppObjective-C Project Creation & Singleton10:05Objective-C Creating our Node Server & Designing the API20:12Objective-C NSUrlSession, Blocks & talking to the Server22:54Objective-C Storyboards, IBOutlets & Custom Table View Cells16:09Objective-C Table Views & Implementing a Protocol16:33Objective-C IBOutlets & showing Data in Cells10:29Objective-C UIWebView, Loading HTML, CSS & Javascript & Playing Youtube Videos25:58Source CodeCreating a Post Request from Objective-C17:57Exercise: Extending the App
- Design, Provisioning, Testing, and iOS 10 App SubmissionDesigning an iOS App in Photoshop25:183 Reasons its Important to Design your first App4:29How to design an iOS app with Sketch for Beginners23:39Exporting 1x, 2x, & 3x images in Photoshop14:30Creating Screenshots for App Store Submission8:01Rapid Prototyping iOS Apps with Invision14:36All about iOS 10 Provisioning10:20Installing Development Certificates & Profiles13:30Installing Production Certificates & Profiles9:56Adding External Beta Testers5:15
iOS 10 & Swift 3: From Beginner to Paid Professional
D
DevslopesMark Price is a veteran mobile developer, having built over 57 mobile apps for iOS and Android. He owned two tech consulting companies that were highly successful. He has worked on Call of Duty and other top titles and companies, such as Logitech, Yellow Pages, the LDS Church, Cookie Dough Bites, and many more.
He spends most of his days now as a professional engineering instructor - changing the lives of students throughout the world - going from being broke to making up to 85k+ a year within 6 months.
His passion is helping people reveal hidden talents and guide them into the world of startups and programming.
Description
250 hours. That's what you're getting with this course. 250 hours of comprehensive, hands-on coding bootcamp to get you up to speed with Apple's newest releases, iOS 10 and Swift 3. Regardless of your iOS programming skill level, this massive course will give you the instruction and practice you need to start taking advantage of the new features in iOS 10 and Swift 3. Before you know it, you'll be coding in your sleep, and rolling in the dough.
- Access 70 lectures & 250 hours of content 24/7
- Build iOS 10 & Swift 3 apps from scratch
- Understand & work fluently w/ Swift 3 & iOS 10 programming & basic algorithms
- Learn how to apply to Jr. iOS development jobs & work as an iOS contractor
- Submit apps to the App Store
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
- Mac
$100.00 Value
Build a Chess Game Using iOS 10 & Swift 3
Mammoth Interactive
18 Lessons (6.5h)
Lifetime
$14.99 Value
CodeRunner 2 for Mac
$24.00 Value
Armature for Mac
$59.00 Value
Ghost Ship Massive Mobile UI Kit
$21.00 Value
Eventika: iOS 10 Events App Template
$19.00 Value
Circles: iOS 10 Game App Template
$21.00 Value
FameCam: iOS 10 Social Photo App Template
$19.00 Value
5 Letters: iOS 10 Word Game App Template
Terms
- Instant digital redemption
Your Cart
Your cart is empty. Continue Shopping!
Processing order...