iOS 12: Learn to Code & Build Real iOS 12 Apps in Swift 4.2
- Descrição
- Currículo
- FAQ
- Revisões
Welcome to the iOS 12 Masterclass.
This course teaches you how to build beautiful iOS 12 apps using the latest in Swift 4.2. This course is designed to be super accessible to beginners, so don’t worry if you don’t have any programming experience.
The course includes tons of engaging video tutorials and builds your programming know-how through project based learning. Build real iOS apps to build your portfolio, worthy of submission to the App Store.
All content is brand new with no reused material from iOS 10 or iOS 11 courses. All recorded on the latest version of Xcode 10. We cover Apple’s updated ARKit 2 for building Augmented Reality apps as well as Core ML 2 & Create ML for creating apps that think with Machine Learning. You’ll generate your own machine learning models that use Artificial Intelligence to recognize objects and faces in images and tone of voice in comments. You’ll also be building 3D augmented reality apps that bring outer space into your living room and let you measure objects without any tools!
By the end of this course, you will be confidently programming in Swift 4.2 and be prepared to build your own apps or start a freelancing career as an iOS 12 developer.
You’ll also create a portfolio of 15+ apps that you can show a potential employer.
Enroll today, and get excited about:
-
Building awesome apps including ones that use Firebase, Core Data, Cocoapods, machine learning and augmented reality
-
All the knowledge you need to start building any app you want
Why should you trust us with your time?
Time is short. You have to make the most of every minute. If you wanted to watch boring instructors teaching outdated content, you’d be elsewhere.
By getting this course, you can relax knowing that everything we’ve created has been carefully designed and edited. We have put a lot of time and thought into each lesson to make sure they are easily digestible, even for beginners. There are animated lessons that explain some of the tricky concepts with practical examples and we’re always available to answer student questions.
By the end of the course, you’ll completely understand:
-
What’s new in Swift 4 and Xcode 10: Perfect for experienced developers who want to get up to speed.
-
Object Oriented Programming (OOP): Variables and constants, functions and loops, inheritance and polymorphism, optionals and enumerations, classes and protocols.
-
Control Structures: Using if/ else clauses, switch statements, and boolean logic to control the flow of execution.
-
Data Structures: How to work with collections like arrays and dictionaries.
-
Software Design: How to organize and format clean code for optimal readability and how to implement the Model-View-Controller (MVC) design pattern.
-
TableViews & CollectionViews: How to display and update information in UITableView and UICollectionView
-
Networking: How to make asynchronous calls to RESTful APIs, store and retrieve data from the Internet, and use the JSON format for working with data.
-
Persistent Local Data Storage: How to use Core Data, Codable, and User Defaults to store your app data locally. (Upcoming)
-
Create an eCommerce app using Firestore, Firebase, Cloud Functions and Stripe (COMPLETED! 16 hours!)
-
Machine Learning: Build apps that use artificial intelligence and build your own machine learning models using the new Core ML 2 and Create ML frameworks.
-
Augmented Reality: Play with 3D objects in augmented reality and create breathtaking animations and real-life interactions using the updated ARKit 2 framework.
-
Submitting Apps to the App Store: Learn how to create certificates and deploy your apps to the App Store.
See what our past students had to say about our other content:
STUDENT REVIEWS
“Caleb’s approach to presenting the concept concepts contained within the iOS 12 platform is truly unique. He not only has the command of all the subject matter he teaches, but his jovial disposition and subtle humor make this series a worthwhile investment. Typically, you would be searching for hours to hit all of these topics, and to find it all in one spot, is a great, great value” –Douglas Spencer
“I’ve taken several courses taught by Jonny, including for iOS, macOS, and Android. He is a very down to earth instructor that makes learning enjoyable. He takes the time to make sure you understand the topics he is teaching. And it doesn’t stop when the videos end. He is very active with his community of students on social media and is more than happy to provide extra help when asked. It’s been a pleasure to learn new things with Jonny!” – Keli’i Martin
“Super excited to be jumping back into iOS development at the same time that Caleb and Jonny are branching out on their own. I’ve taken courses taught by them before and found the content to be first-rate and if I ever had a question about a topic I was struggling to understand they were always happy to help.” – Conor Howard
“Jonny B is an excellent teacher and mentor. He produces high quality content that makes hard topics easy to digest. Jonny is always open to taking on student questions and answers promptly.” – Dr. Chris Le Brese (Senior Android Engineer – 5 years experience)
We’re so confident that you’ll love this course that we’re offering a FULL money back guarantee for 30 days! Sign up today with ZERO risk and SO MUCH to gain.
What are you waiting for? Click the ‘Buy Now‘ button and happy coding!
-
1Intro to CourseVídeo Aula
In this video, you will become familiar with the content outline for this course going all the way from learning Swift 4 to building cool ARKit and Core ML iOS 12 apps.
-
2Installing Xcode 10Vídeo Aula
In this video, you will learn how to install Xcode, the application you will use to write Swift 4 code and build iOS apps.
-
3Your First iOS App : Part OneVídeo Aula
-
4Your First iOS App : Part TwoVídeo Aula
-
5Choose Your Own Adventure!Texto
Some pointers on how to take this course depending on your previous experience.
-
6READ THIS: How to get helpTexto
When learning to code, you may need help. Read this article and learn how to get help the right way.
-
7Meet your instructor: JonnyBVídeo Aula
Learn how JonnyB taught himself to code and how he came to be an iOS 12 teacher.
-
8Meet your instructor: CalebVídeo Aula
In this video, you will meet Caleb, a co-instructor in this course. You will hear his story and his credentials as well.
-
9Our Stories - Optional readingTexto
Jonny and Caleb share how they taught themselves to code and became iOS developers.
-
10Xcode 11 UpdatesVídeo Aula
-
11Xcode 11 Updates (Text)Texto
-
12Welcome to Swift!Texto
Welcome to the Swift 4 programming language. In this video, you will learn the fundamentals of programming by playing in Xcode Playgrounds.
-
13Intro to SectionVídeo Aula
In this video, you will learn what you will learn in this section.
-
14Variables & ConstantsVídeo Aula
Variables and constants are the building blocks of many iOS applications. Learn the difference between the two and how to declare and use them in Swift 4.
-
15StringsVídeo Aula
Text data is all around us. It's everywhere – social media, news articles, captions in movies. In this video, you will learn about the String type which is used for holding textual data.
-
16NumbersVídeo Aula
Without numbers and math, there would be no computers. Learn how to declare different types of numbers in Swift 4.
-
17BooleansVídeo Aula
True or False: Booleans are easy to use. After this video, you'll know for sure.
-
18Xcode Tour Part 1Vídeo Aula
In this lesson we take an in depth look at Xcode 10 to use in developing iOS 12 apps.
-
19Xcode Tour Part 2Vídeo Aula
In this lesson continue our in depth look at Xcode 10 to use in developing iOS 12 apps.
-
20AutoLayout: The ProblemVídeo Aula
AutoLayout solves some difficult problems for us developers, find out what they are in this lesson.
-
21Beginner AutoLayoutVídeo Aula
We begin our dive into auto layout.
-
22AlignmentVídeo Aula
Use the alignment tools to, well, align your UI elements!
-
23Layout ChallengeTexto
-
24LoginScreen AutoLayoutVídeo Aula
-
25Images in iOS and where to get image resourcesVídeo Aula
How to use images in iOS and how to export them in the correct forms.
-
26Images in iOS LinksTexto
-
27StackViewsVídeo Aula
StackViews make many layouts easier to implement in iOS 12 apps
-
28StackViews Challenge SolutionTexto
-
29Scroll ViewsVídeo Aula
-
30Designing for iPhone XVídeo Aula
-
31ArraysVídeo Aula
In this video, you will learn about a Swift 4 collection type called the Array.
-
32DictionariesVídeo Aula
In this video, you will learn about the Swift 4 collection type, the Dictionary and how it differs from an Array.
-
33FunctionsVídeo Aula
Functions are where programming really got my gears moving. Learn how to write and use them in Swift 4.
-
34Control Flow & LoopsVídeo Aula
Loops let you repeat a certain operation in specific circumstances. Learn both when and how to use loops in Swift 4.
-
35BingeBot – Intro to AppVídeo Aula
In this video, you will be introduced to BingeBot – an app you will build to select a random TV show to watch.
-
36BingeBot – Building User InterfaceVídeo Aula
In this lesson, you will build out BingeBot's user interface.
-
37BingeBot – Adding Shows to BingeBotVídeo Aula
-
38BingeBot – Selecting Random ShowVídeo Aula
In this lesson, you will learn how to select a random item from an Array and display it in BingeBot.
-
39BingeBot ChallengeTexto
You will be challenged to fix an issue with BingeBot and make it your own!
-
40Swift OptionalsVídeo Aula
In this lesson you will learn how to use optionals in Swift 4
-
41ClassesVídeo Aula
Classes are one of the building blocks of your application, learn how to use them in this lesson
-
42Class InitializersVídeo Aula
In this lesson learn how to use class initializers
-
43Computed Properties and ObserversVídeo Aula
Computed properties and property observers can be very useful. Learn how to use them in this lesson.
-
44StructuresVídeo Aula
Structures are similar to classes but also have important differences.
-
45Class v StructVídeo Aula
We dive deep into understanding the differences between class and struct.
-
46When to use class or structure articlesTexto
-
47InheritanceVídeo Aula
-
48EnumerationsVídeo Aula
Learn how to use Swift enumerations and switch statements.
-
49You down with MVC?Vídeo Aula
"Yeah, you know me!" If you're down to learn about one of the most popular iOS application design patterns, look no further!
-
50ControllerVídeo Aula
In this video, you will learn how the Controller layer works in the context of a real iOS app.
-
51ViewVídeo Aula
In this video, you will learn how the View layer operates in the MVC design pattern in an iOS app.
-
52ModelVídeo Aula
In this video, you will learn how to Model layer works in an iOS app.
-
53Intro to GoodEatinsVídeo Aula
Check out the app we are going to build in this app!
-
54Data Set for GoodEatinsTexto
Get the data set we are going to need.
-
55Project Setup and DataModelVídeo Aula
-
56NavigationController and TableViewVídeo Aula
How navigation controllers work.
-
57Protocols and Delegates Part 1Vídeo Aula
Introduction to protocols and delegates.
-
58Protocols and Delegates Part 2Vídeo Aula
How to implement protocols and delegates in your iOS 12 projects.
-
59Implementing TableViewVídeo Aula
How to add tableViews and understanding their delegates and protocols.
-
60Delegates and Protocols Further ExplainedTexto
If you need some extra practice with delegates and protocols check out this article!
-
61Passing Data in PrepareForSegueVídeo Aula
A common requirement is to pass data from one VC to another. Learn how to do that here.
-
62Xcode 11 Update for Collection View CellTexto
-
63Setting up UICollectionViewVídeo Aula
CollectionViews are a great way to present data to your user.
-
64CollectionView ProtocolsVídeo Aula
Setting up and understanding the CollectionView protocols.
-
65RecipeDetailVCVídeo Aula
We finish up our GoodEatins app with a closer look at the recipe details.