Brand new app SwiftUI or UIKit

@stevepsharpe Thanks very much for your question!

I would look at the nature of the project that you’re trying to build first, and then look at some of the tutorials that are out there. Quite a bit of tutorials have been written on using SwiftUI, and if your project is not complex enough, such that it can be done in SwiftUI, I would suggest you consider doing it in SwiftUI to get the experience on a new technology stack for iOS.

That being said, the safest thing would be to do it using UIKit. It is not being deprecated by any means, and SwiftUI unfortunately is still quite new to be fully capable of handling all situations.

I hope this helps!

All the best. :slight_smile: