So, to answer the question directly: yes should get busy learning SwiftUI because it is the future of app development on Apple’s platforms , but you still need to learn UIKit because those skills will be useful for years to come.
Read moreIs SwiftUI used in production?
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. Generally, the whole work process is considerably faster when compared with older tools.
Read moreWhat companies use Swift language?
Swift is heavily used across Apple’s ecosystem of apps. Many top companies including Uber, Lyft, Facebook, Airbnb, and LinkedIn use the Swift language to write most of their iOS-based apps. Some Swift developers in companies like IBM have been known to use this language for server-side development.
Read moreShould you use SwiftUI or UIKit?
The easiest way to imagine the differences between these two frameworks is that Apple made them easy to use based on the type of programmer using them. A more visually oriented programmer would prefer UIKit, while a programmatic oriented programmer would prefer SwiftUI .
Read moreDo you use SwiftUI in production?
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. Generally, the whole work process is considerably faster when compared with older tools.
Read moreDoes SwiftUI use UIKit?
SwiftUI works seamlessly with the existing UI frameworks on all Apple platforms . For example, you can place UIKit views and view controllers inside SwiftUI views, and vice versa.
Read more