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 a functional programming language?
SwiftUI is a functional programming language that uses the View protocol to create reusable UI components.
Read moreIs SwiftUI the same as Swift?
So “SwiftUI” is the thing that draws buttons and stuff, Swift is the language it is written in , and probably the language that a programmer doing a “let’s show a list of flowers, let people tap on them, and see details about them” app uses.
Read moreHow is SwiftUI different?
The way you use SwiftUI is also very different from UIKit: With SwiftUI, you don’t use Storyboards or Interface Builder . You specify your user interface via Swift code. The distinction is that you’re declaring what you want and letting SwiftUI handle things under the hood.
Read moreIs SwiftUI part of Swift?
SwiftUI helps you build great-looking apps across all Apple platforms with the power of Swift — and as little code as possible. With SwiftUI, you can bring even better experiences to all users, on any Apple device, using just one set of tools and APIs.
Read moreIs SwiftUI same as Xcode?
Xcode Support SwiftUI is more than a framework. It is integrated into Xcode , enabling developers to build user interfaces much faster than ever before.
Read more