rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

Handle navigation in Views instead of ViewModels #134

Closed glm4 closed 4 years ago

glm4 commented 4 years ago

IMO App navigation and routing should be in the View part of MVVM, not in the ViewModel.

Two different views might want to continue to different screens after the same View Model does something.