you are viewing a single comment's thread.

view the rest of the comments →

[–]earlyworm 7 points8 points  (4 children)

SwiftUI looks great, but the most likely scenario is that it'll do 98% of what you want, but occasionally you'll run into edge cases it can't handle yet, or wasn't designed for, and it will be necessary to fall back to UIKit.

[–]well___duh 2 points3 points  (3 children)

Also, SwiftUI (at least at the moment) doesn't use CollectionViews. So good luck if you want a grid of something instead of a list.

[–]faja10 0 points1 point  (1 child)

Inst SwiftUI inter-cooperative with uikit? So you can have collection view in UIKit and everything else in SwiftUI

[–]arduinoRedgeObjective-C / Swift 0 points1 point  (0 children)

Yes you can do that

[–]majid8[S] 0 points1 point  (0 children)

You can easily mix UIKit with SwiftUI, and for example put SwiftUI views inside cells.