This is the future of iOS application development. Period. SwiftUI is ready for production, when the minimum operating system level is iOS 14. Furthermore, as the tool constantly gets more and more updates, there are no reasons not to use SwiftUI in all new application projects .
Read moreShould I start new project with SwiftUI?
But if you want to ship it fast, if targeting 80% of the iOS ecosystem is enough, then you should definitely go with SwiftUI (once you’re comfortable with it). It’s a future proof framework and it’s faster to iterate on your concept, ideas, and design because of the live preview and declarative API.14 Tem 2019
Read moreIs it hard to learn SwiftUI?
From my personal experience, learning SwiftUI was a relatively easy process . Even though the framework is completely different from its predecessor, UIKit I was able to relate my knowledge of ReactJS and Flutter to feel comfortable with SwiftUI.
Read moreHow old is SwiftUI?
Three years ago, at WWDC19, Apple introduced SwiftUI as an alternative to UIKit, the original UI framework, which has been part of the Developer SDK since it released in 2008 .
Read moreWhat are the limitations of SwiftUI?
Drawbacks of SwiftUI
Read moreWhy is SwiftUI better than UIKit?
Unlike UIKit, which is commonly used in conjunction with storyboards, SwiftUI is completely software-based . However, SwiftUI syntax is very easy to understand, and a SwiftUI project can be quickly viewed using Automatic Preview.24 Oca 2020
Read moreShould I learn SwiftUI or storyboard?
For most new developers coding on iOS 13 or higher, you should learn SwiftUI . If you need to maintain an older code base with Storyboards, you should learn Storyboards.
Read more