MAIN FEEDS
r/iOSProgramming • u/Select_Bicycle4711 • Feb 04 '26
71 comments sorted by
View all comments
Show parent comments
•
What features are you missing?
• u/paradoxally objc_msgSend Feb 04 '26 UIKit Cocoa bindings. Had to use RxSwift instead (RxCocoa). If you only use SwiftUI, that's not an issue as Combine was designed with it in mind. • u/rhysmorgan Feb 04 '26 That’s more of a UIKit problem than a Combine specific one, tbh. • u/paradoxally objc_msgSend Feb 05 '26 It's still a feature I'm missing because I'd like to remove the RxSwift dependency and Apple's Combine framework is almost a direct replacement. There were some community projects trying to replicate the RxCocoa bindings but they were abandoned.
UIKit Cocoa bindings. Had to use RxSwift instead (RxCocoa).
If you only use SwiftUI, that's not an issue as Combine was designed with it in mind.
• u/rhysmorgan Feb 04 '26 That’s more of a UIKit problem than a Combine specific one, tbh. • u/paradoxally objc_msgSend Feb 05 '26 It's still a feature I'm missing because I'd like to remove the RxSwift dependency and Apple's Combine framework is almost a direct replacement. There were some community projects trying to replicate the RxCocoa bindings but they were abandoned.
That’s more of a UIKit problem than a Combine specific one, tbh.
• u/paradoxally objc_msgSend Feb 05 '26 It's still a feature I'm missing because I'd like to remove the RxSwift dependency and Apple's Combine framework is almost a direct replacement. There were some community projects trying to replicate the RxCocoa bindings but they were abandoned.
It's still a feature I'm missing because I'd like to remove the RxSwift dependency and Apple's Combine framework is almost a direct replacement.
There were some community projects trying to replicate the RxCocoa bindings but they were abandoned.
•
u/gimme_ipad Feb 04 '26
What features are you missing?