Routing
Routing copied to clipboard
SwiftUI library for abstracting navigation logic from views
` @ 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
I'd like to have a thorough example for how to use this package with a TabView. Preferably using DocC.
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...