Skip to content

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

License

Notifications You must be signed in to change notification settings

niuware/SimpleNavigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages