Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
iOS 17 Development Crash Course: Build iOS apps with SwiftUI
Rating: 4.8 out of 5(34 ratings)
150 students

iOS 17 Development Crash Course: Build iOS apps with SwiftUI

Learn to build iOS 17 apps from scratch in two hours
Created byGreg Lim
Last updated 1/2024
English
English [Auto],

What you'll learn

  • Be introduced to iOS 17 development using SwiftUI
  • Learn how to use various Views to build professional looking UIs
  • Learn how to keep data persistent using SwiftData
  • Learn how to get data from an API

Course content

6 sections32 lectures2h 40m total length
  • Introduction3:18

    Begin as a complete beginner and build iOS apps with SwiftUI's declarative syntax toward App Store submission, using macOS Sonoma and Xcode 15.

  • Xcode Walkthrough7:31

    Watch this Xcode walkthrough guides you through creating a new iOS app with SwiftUI, selecting templates, naming the project, configuring basic settings, and previewing the content view in canvas.

  • ContentView4:32

    Define the UI in SwiftUI using a vertical stack with an image view (globe) and a text view (Hello World), with previews and iPhone 15 Pro testing.

  • Buttons3:06

    Learn to add a SwiftUI button in Xcode, set its text and action, and print 'button tab' when pressed. Run in the simulator to view and verify the console output.

  • VStack and HStack3:40

    Explore how VStack, HStack, and ZStack group views to create vertical, horizontal, and layered layouts; adjust spacing and alignment with leading, center, and trailing.

  • Attributes Inspector6:35

    Demonstrate layering with zstack and vstack to create a button with a yellow circular background, and use the attributes inspector to apply modifiers like fill, frame, and font.

  • Counter App5:08

    build a counter app in SwiftUI using a state variable count, display it in a label, and increment with a button plus a reset to zero; view updates automatically.

Requirements

  • Basic programming experience will be useful

Description

In this course, we take you on a fun, hands-on and pragmatic journey to learning iOS 17 development using SwiftUI. You'll start building your first iOS app within minutes. Every section is written in a bite-sized manner and straight to the point as I don’t want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have the skills to create an app and submit it to the app store

In the course, we will cover:

  • Chapter 1: Introduction

  • Chapter 2: Body Mass Index Calculator

  • Chapter 3: To Do List App Using List

  • Chapter 4: Persistent Data Using SwiftData

  • Chapter 5: Getting Data from an API: GitHub Users

  • Chapter 6: Publishing your App on to the App Store

The goal is to teach you iOS 17 development in a manageable way without overwhelming you. We focus only on the essentials and cover the material in a hands-on practice manner for you to code along.


About the Reader

No previous knowledge on iOS development required, but you should have basic programming knowledge.

About the Author

Greg Lim is a technologist and author of several programming books. Greg has many years in teaching programming in tertiary institutions and he places special emphasis on learning by doing.

Who this course is for:

  • Developers curious to learning iOS 17 development