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

Three different architectures (Model-View, Redux, MVVM) for using SwiftUI implemented at the example of a chat app

Results 3 SwiftUI-Architectures issues
Sort by recently updated
recently updated
newest added

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...

The scrollview got stuck at the top, hiding the conversation below the keyboard

Hi, what then would be the best way to manage @SceneStorage and @AppStorage in this architecture? I tried to put it in the viewModel but XCode doesn't seems to like...