You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i want to say thank you for your blogposts and examples of how to implement MVVM-C in simple and clear way. But i want to ask you about implementing this pattern in SwiftUI, is that still possible or not. If it is possible, can you make simple example of how to implement it in SwiftUI. Or if it is not possible, are you have another good pattern, but not over-complicated the project itself?
I hope you will read this.
Thank you
The text was updated successfully, but these errors were encountered:
Yes, it is possible, basically you do it the same way as in UIKit, and to present/push ViewControllers you wrap your SwiftUI view with UIHostingController(rootView: YourSwiftUIView()) :)
Hello, i want to say thank you for your blogposts and examples of how to implement MVVM-C in simple and clear way. But i want to ask you about implementing this pattern in SwiftUI, is that still possible or not. If it is possible, can you make simple example of how to implement it in SwiftUI. Or if it is not possible, are you have another good pattern, but not over-complicated the project itself?
I hope you will read this.
Thank you
The text was updated successfully, but these errors were encountered: