Storyboard vs SwiftUI
I experienced only storyboard for two years. So I want to know about SwiftUI and Xib style. Could you recommend a hot style these days? I want to know the feature points, pros, and cons of SwiftUI and simply.
Hi !
Pros for SwiftUI: Clean code, declarative way, reactive. Cons: Still young, you'll have to use UIKit wrapped in SwiftUI for some components.
Anyway, I highly recommend you to start to learn SwiftUI because it will be a standard soon for Apple app development.
I hope this helps !
Have a nice day !