Could you recommend UI Tool for ios? (Storyboard, SwiftUI)

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.

Answered by Vinestro in 696624022

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 !

Accepted Answer

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 !

Could you recommend UI Tool for ios? (Storyboard, SwiftUI)
 
 
Q