Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 579 Bytes

SimpleNavigation

Simple iOS app to showcase the use of the Coordinator pattern using SwiftUI and MVVM.

The implementation is as easy as calling a push and pop methods on the Coordinators. This approach deallocates automatically the view model and coordinator instances when they are popped from the navigation stack and the Views are only re-rendered when needed.

Usage

  1. Clone this repository.
  2. Open the project with Xcode.
  3. Enjoy.

License

Licensed under MIT