Routing icon indicating copy to clipboard operation
Routing copied to clipboard

SwiftUI library for abstracting navigation logic from views

Results 5 Routing issues
Sort by recently updated
recently updated
newest added

` @ AppStorage(AppStorageKeys.localIdentifier.rawValue) var localIdentifier = "en" @ ObservedObject var newsViewModel: NewsViewModel let category: String let language: String init(category: String, newsViewModel: NewsViewModel, language: String) { self.category = category self.language =...

- View-Only - MV Pattern - MVVM Pattern - VIPER Pattern

documentation
good first issue

I'd like to have a thorough example for how to use this package with a TabView. Preferably using DocC.

documentation
good first issue

thanks for the great library. i was trying to grab version 1.0.0 but it seems like old code not compatible with main branch. there i found Routable is conforming to...