|
|
|
|
|
by abiro
1233 days ago
|
|
SwiftUI and UIKit compose well in both directions, so if you choose SwiftUI as your framework, but then run into a wall, it's an option to partially rewrite that difficult part with UIKit. Of course if the problem is with the core of your application like the scrolling example in the article, this is not going to help you much. |
|