SwiftUI is the fastest way to build native iOS UI that grows with the OS. But "everything in SwiftUI" is a trap — the real work is knowing when UIKit or Combine is the better call.
For most new work: SwiftUI. For sharp edge cases — complex lists, fine-grained animation, older OS versions — sometimes UIKit, often the two side by side. Pushing back comes with the job: I pick the tool that moves the project forward, not the one that's newest.
Discuss your project