Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Mobile Development iOS Development

iOS & Swift: Become An App Developer

Beginner's Guide to Learn iOS, Swift, ARKit, CoreML, App Design, Advanced Programming and Much More
Rating: 4.4 out of 54.4 (1,274 ratings)
7,703 students
Created by Devslopes by Mark Wahlbeck
Last updated 8/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Submit iOS apps to the Apple App Store
  • Understand the basic concepts of programming
  • Apply for JR iOS developer jobs
  • Work fluently with Swift and iOS
  • Work as an iOS freelancer
  • Master Swift from basics to advanced
  • Learn mobile app design with Sketch
  • Build ARKit & CoreML apps
Curated for the Udemy for Business collection

Course content

35 sections • 429 lectures • 90h 6m total length

  • Preview08:05
  • Preview04:32
  • How to get Xcode in dark theme mode
    01:57
  • Join Our Free Private Facebook Group
    00:07
  • Building your very first iOS app
    Preview08:37
  • Building the Hustle App: Graphics, UI, and Sound
    28:25

  • Variables, operators, & how computers work
    Preview16:48
  • Strings in Swift 4
    15:22
  • Numbers in Swift 4
    19:53
  • Booleans & conditional logic in Swift 4
    20:57
  • Constants & logical operators in Swift 4
    10:27
  • Arrays in Swift 4
    13:06
  • Loops in Swift 4
    18:59
  • Dictionaries in Swift 4
    18:44
  • Object oriented programming in Swift 4
    12:00
  • Inheritance in Swift 4
    08:19
  • Polymorphism in Swift 4
    08:22
  • Optionals in Swift 4
    20:32
  • Swift 4 Quiz
    5 questions

  • Preview11:59
  • Terminal Basics: Changing directories
    06:07
  • Terminal Basics: Creating directories & files
    08:57
  • Terminal Basics: Copying & renaming files
    04:30
  • Terminal Basics: Deleting files & directories
    06:01
  • Git Basics
    17:16
  • Setting up Github
    04:36
  • Working with Local & remote repositories
    11:14
  • Handling git merge conflicts
    16:52

  • Creating the welcome screen
    25:18
  • Working with frames
    16:05
  • Intro to Auto Layout
    26:41
  • Working with UIStackView
    26:38
  • Intro to segues (Changing screens in iOS)
    09:39
  • Refactoring in Xcode
    09:39
  • Debugging setValue forUndefinedKey
    03:45
  • Programmatic segues
    09:01
  • IBActions & data models
    16:16
  • Passing data between view controllers
    11:45

  • Auto Layout for iPhones
    22:28
  • Auto Layout for iPads & size classes
    19:59

  • Creating custom text fields
    17:42
  • Input accessory view and IBDesignable
    15:06
  • Creating simple unit tests
    16:37
  • Writing logic for calculations
    13:06
  • Custom drawing in iOS 12 with drawRect
    12:26

  • Project creation & IBOutlets
    22:32
  • UITableView, delegate, and data source
    33:16
  • Creating a UICollectionView
    12:34
  • Creating the data models
    13:39
  • Working with UITableViewCell
    20:02

  • Preview06:16
  • Creating the Xcode project
    03:27
  • Managing groups (folders) for MVC
    05:32
  • Creating data models
    06:57
  • Creating the views
    08:37
  • Connecting the views and data with view controllers
    11:58
  • Securing the model layer
    04:25
  • Challenge
    01:50

  • Preview02:06
  • XYZ: Creating project
    05:29
  • XYZ: CoreMotion & CMMotionManager explained
    03:25
  • XYZ: Receiving accelerometer updates
    07:35
  • XYZ: Handling accelerometer data
    09:47
  • Listy: Intro to app
    01:29
  • Listy: Building UI
    06:33
  • Listy: Creating ParallaxCell Subclass
    06:24
  • Listy: Configuring ImageArray & Populating UITableView
    08:11
  • Listy: Writing parallax function to apply to UIImageView
    06:57
  • Listy: Accelerometer challenge
    01:04

  • Preview02:51
  • Splitter: Creating Project & Dummy Data
    11:11
  • Splitter: Setting Up MasterVC
    06:57
  • Splitter: Building ImagePresentationVC
    09:26
  • Splitter: Passing Images To ImagePresentationVC
    19:37
  • Splitter: Challenge
    03:54

Requirements

  • Requires a computer running macOS Sierra or Mojave

Description

Welcome to the world's most comprehensive course on iOS development. This course is designed like an in-person coding bootcamp to give you the most amount of content and help with the least amount of cost.

NO PRIOR CODING EXPERIENCE REQUIRED

OVER 88 HOURS OF CONTENT

Here are some of the things you'll be able to do after taking this course:

  • Submit apps to the app store

  • Understand programming & basic algorithms

  • Work fluently with Swift & iOS

  • Apply to jr iOS development jobs

  • Work as an iOS contractor

Who this course is for:

  • People who want to build apps

  • Those who want to create their own startup

  • Those looking to get a full time job as a developer

  • Business owners

  • Students & teenagers

  • People who want to make money building apps

If you are absolutely new to programming you should start at the beginning of the course and go to the end.

I've designed this course to take you down a guided learning path. Lectures are not broken out by specific topics. You build apps and then learn a ton of principles within those apps. So don't skip around!

If you already know Swift then you can skip the Swift section since the changes in Swift between iOS 11 and 12 are minor

If you've never programmed before, make sure you DO take the Swift lessons. We'll teach you core foundational principles so you can build complex apps.

Don't forget to join the free live community where you can post questions to coding issues

Here are a few things you'll learn:

  • Swift

  • Xcode

  • Interface Builder

  • Firebase & Cloud Firestore

  • Build a Slack Clone

  • Maps & GPS

  • Core Data

  • ARKit & Augmented Reality

  • CoreML & Machine Learning

  • Tables & Data

  • APIs, HTTP, and Networking

  • App Design

  • Storyboards & Segues

  • SiriKit

  • ReplayKit

  • And a lot more...

NEW ADVANCED TOPICS

After you master the foundational iOS and Swift principles you will want to start taking the advanced sections.

The advanced topics are designed to take your skills to the highest level so you can land your first job.

Some of the advanced topics are:

  • Mastering protocols & delegates

  • Diving deep into Swift extensions

  • Swift data structures

  • Protocol oriented programming

  • Reactive programming in Swift

  • Unit Testing

  • UI Testing

  • And more


SOME OF OUR REVIEWS

"Great course so far. Definitely better than codecademy, teamtreehouse and freecodecamp" - Luke


"When you're a beginner deciding that you want to learn to code, it is by far not easy by any means. I have purchased books from iBooks about Swift and while some were better than others, it just doesn't sink in for me like watching this course. The way Mark explains things and his analogies are easy to understand and his teaching style has me genuinely excited about learning to code." - Jay


"amazing course and teachers!

awesome actual stuff here! this course prepares you for real life, and help you to get hired as professional developer. I watched this course and i got development job." - Vladimir


"I am a 15 year old developer who struggled to find comprehensive tutorials online which I could follow without getting confused because there was prior knowledge I did not know. You start from the ground up making this course useful for anyone including beginners and experienced programmers which has boosted my confidence as I know that i have built some complicated apps which shows me that I am capable of building large projects. Thanks :) " - Roel



Who this course is for:

  • People new to programming
  • Existing programmers who want to learn iOS
  • Anyone who wants to build iOS apps
  • Anyone who wants to get a job as an iOS developer
  • Students and teenagers
  • Business owners and startups

Featured review

Nishant Kumar Singh
Nishant Kumar Singh
3 courses
2 reviews
Rating: 5.0 out of 5a year ago
Good so far :) but In mobile if you enter feedback whatever i am writing just here i can not click submit button as it covered by the keyboard even can not scroll down to get to the submit button, small bug. The only way to down the keyboard is to click top “Is this course easy to watch on mobile” option.

Instructor

Devslopes by Mark Wahlbeck
Learn programming & app development
Devslopes by Mark Wahlbeck
  • 4.3 Instructor Rating
  • 51,745 Reviews
  • 331,864 Students
  • 25 Courses

Devslopes transforms beginner students into paid professionals through curated project based videos, interactive quizzes, and exercises.  After completing each course, you will have a strong portfolio, coupled with the technical understanding to build your own custom applications.


Our target students are:

First time developers

Entrepreneurs who want to build their own technology startup

Current developers looking to either advance their careers or learn new technologies.


By taking our courses, our students have been able to:

Get jobs as developers with amazing salaries

Launch (and even sell) their technology startups 

Get promotions and make substantial career changes


We strive to teach students how to code through polished apps inspired by real world examples. We want our students to build projects that they are proud of, that look and operate just like apps they use in their everyday life. 


We are passionate about helping people reveal their hidden talents and guiding them into the exciting world of startups and programming.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.