MAIN FEEDS
r/iOSProgramming • u/Select_Bicycle4711 • Feb 04 '26
71 comments sorted by
View all comments
•
Isn't SwiftUI using combine extensively? I think this is just meaning, if you can, use async await not combine.
• u/Xaxxus Feb 04 '26 As far as I know, only observable objects were using combine heavily. And those are now redundant with the observation framework. • u/lasmit Feb 04 '26 Ok wow, I didn't know that! Thanks. For anyone else: https://developer.apple.com/documentation/SwiftUI/Migrating-from-the-observable-object-protocol-to-the-observable-macro
As far as I know, only observable objects were using combine heavily. And those are now redundant with the observation framework.
• u/lasmit Feb 04 '26 Ok wow, I didn't know that! Thanks. For anyone else: https://developer.apple.com/documentation/SwiftUI/Migrating-from-the-observable-object-protocol-to-the-observable-macro
Ok wow, I didn't know that! Thanks. For anyone else: https://developer.apple.com/documentation/SwiftUI/Migrating-from-the-observable-object-protocol-to-the-observable-macro
•
u/lasmit Feb 04 '26
Isn't SwiftUI using combine extensively? I think this is just meaning, if you can, use async await not combine.