SwiftUI-Architectures icon indicating copy to clipboard operation
SwiftUI-Architectures copied to clipboard

AnyViewModel for UIKit + Combine

Open daniele-pizziconi opened this issue 4 years ago • 0 comments

Hi, first of all, I wanted to say this is great work! I was wondering if there is a way to use ViewModel + AnyViewModel also with UIKit views where objectWillChange is not enough to be able to react to viewModel.state changes. Accessing to the projectedValue of the state property would make the state changes available to a UIViewController subscriber.

daniele-pizziconi avatar Nov 18 '20 18:11 daniele-pizziconi