Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Apps with SwiftUI
Rating: 4.5 out of 5(87 ratings)
345 students

Build Apps with SwiftUI

A Project Based Introduction into Swift UI for iOS Developers
Created byBrian Advent
Last updated 3/2020
English

What you'll learn

  • Build a complete app with SwiftUI
  • Basic and advanced SwiftUI
  • Mix and match UIKit classes with SwiftUI
  • Property Wrappers like State, Binding, ObservableObject, Published, etc.
  • Build your own Property Wrappers
  • Drawing custom shapes
  • Persisting data
  • Combine together with SwiftUI

Course content

7 sections24 lectures1h 44m total length
  • Welcome1:33
  • What You Should know0:44

    Clarify course prerequisites by noting Swift proficiency, Mac with Xcode 11 or later, and optional SwiftUI familiarity; prepare learners to work with buttons and text, skipping canvas basics.

  • Using the Exercise Files0:34

    Access exercise files to code along with your SwiftUI course, using start and end state folders to follow steps and compare work with the finished state in the end folder.

Requirements

  • You should know the basics of Swift 5
  • You should be familiar with the basics of Xcode
  • You need a Mac with Xcode 11 or later

Description

SwiftUI is an amazing new framework. It's maybe the biggest leap in for the Apple development ecosystem since Swift was introduced in 2014. With SwiftUI you will build better apps with less code. It makes app development a lot faster, simpler and even works across all Apple platforms. SwiftUI gives you automatic support for dynamic type, darkmode, localisation and a lot more.

What this course is NOT: This course is not an introduction into Swift or Xcode. It is also not meant to be a comprehensive SwiftUI handbook.

What this course aims to do: This course wants to bring you beyond the standard tutorials of displaying some local or web based data in a  list. It wants to address the questions that arise when creating an app with SwiftUI for the first time and cover topics that will enable you to understand app development with this new toolset and thus make you feel comfortable continue the journey of exploring SwiftUI on your own.

This course is going to take you through the process of creating an app step-by-step. Not only will you have finished a complete app  after taking this course, you will also get profound  knowledge about SwiftUI and its most important concepts like property wrappers and its connections to the Combine framework.

I am Brian Advent and I have been working as a developer and trainer, especially in the Apple ecosystem, for almost a decade now.

Build your own Apps with SwiftUI

In this course I am going to provides you with all the knowledge you need to create your own SwiftUI apps in no time. I have selected the topics, progression and features that we are going to cover in this course with great care and based it on my experiences with this new toolset since its inception. Building an app from start to finish will give you a headstart in working on your own projects with SwiftUI.

How and what you are going to learn

This course is project based which means that you will learn while working on a cool app project. Important theory will also be covered in distinct videos. In our sample project we will build a cool user interface, mix and match UIKit classes with SwiftUI, we are going to explore the most important property wrappers that are mostly responsible for the reactive magic of SwiftUI. We will also create custom shapes, animate them, store data on a device and so much more.

Among other things you are then going to learn:

  • Basics like VStacks, HStacks and ZStacks

  • Mix and match UIKit with SwiftUI

  • Use Property Wrappers

  • Create dynamic content with ForEach

  • Work with multiple views

  • Create your own shapes

  • Animate Shapes based on interactive data

  • Data persistence

  • ...


I designed this SwiftUI course to be easily understandable for any developer who has a beginner-intermediate knowledge about the Swift programming language and the Xcode IDE.

This course comes with extensive exercise files (code files and assets) for every video, with a begin and end state of all projects. You'll be able to work alongside the instructor and will receive a verifiable certificate of completion upon finishing the course.

Who this course is for:

  • iOS Developers who want to get started with SwiftUI