niuware / SimpleNavigation

Simple iOS app to showcase navigation with coordinators in SwiftUI + MVVM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple iOS app to showcase navigation with coordinators in SwiftUI + MVVM.

License:MIT License


Languages

Language:Swift 100.0%