Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SwiftUI in Depth: Practical Code Examples in SwiftUI
Rating: 4.3 out of 5(8 ratings)
95 students
Created byCGI GEN
Last updated 8/2020
English

What you'll learn

  • Building iOS apps using SwiftUI framework
  • Build Amazing Interfaces with SwiftUI
  • Bind Your Data With Your UI
  • Build Apps for All Apple Platforms

Course content

6 sections74 lectures12h 12m total length
  • Introduction6:13

    Discover declarative SwiftUI principles, focusing on composing reusable components with modifiers to create data-driven UI across Apple platforms using Combine.

Requirements

  • Knowledge of Swift
  • Basic knowledge of Xcode

Description

In WWDC 19 Apple announced the next big thing in their dev community SwiftUI.

SwiftUI is new way of creating UI/UX for your apps, in a declarative manner. By combining choices of views and modifiers you can create complex user interfaces with ease.

SwiftUI helps data binding to User Interfaces easy with the introduction of Combine Framework. When the data changes, so does the UI and vice versa.

SwiftUI is also incredibly reusable. Views you create can be reused time and time again.

With SwiftUI apple also introduced SwiftUI Previews in Xcode 11 and to show you in real time as how your code changes will effect the look of your app.

In this course we will take a deep dive into each component that builds SwiftUI. We will also build working apps after learning components and their properties.

Who this course is for:

  • iOS developers wanting to learn SwiftUI
  • iOS developers wanting to learn declarative way of developing apps