Hacker News new | ask | show | jobs
by bonney_io 1295 days ago
> but later on trading 30 minutes (UIKit) for 3 hours (SwiftUI) when it comes to anything significantly complex

if something is faster/better implemented in UIKit, then do it! And then shove that in a `UIViewRepresentable` and plug it in to your SwiftUI code. :)

The best part of SwiftUI is being able to fall back on UIKit or AppKit.