SwiftUI announced in WWDC 2019. It’s an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. In previous blog I have shared some references from apple documents.
We will learn it by examples. First of all let’s start with simple UI.
WWDC 19
Basic Resources For SwiftUI
Apple just announced SwiftUI today.
SwiftUI will be used to declare the user interface and behavior for your app on every platform.
Here are some basic resources to understand SwiftUI:
Apple Documentation
Tutorials for SwiftUI
Sample from WWDC 2019 Event:
Hope it will help you to look into it.
Happy Coding 🙂