Hacker News new | ask | show | jobs
by Willamin 1483 days ago
You can absolutely slowly migrate a UIKit project to begin using SwiftUI – it's part of what I've been doing at work for the past 8 months.

The way to cross the boundary from UIKit to SwiftUI or SwiftUI to UIKit (either direction) involves implementing one or maybe two classes/structs and is not too difficult to do.

1 comments

Fair enough. I saw your reply to the grandfather comment and I asked some follow up questions there. Thank you. :)