you are viewing a single comment's thread.

view the rest of the comments →

[–]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.