coordinator-pattern Questions

2

Solved

I am having problems to translate UIKit architecture patterns to SwiftUI. My current pattern is mostly MVVM with Coordinators/Routers. The MVVM part seems quite easy and natural with the addition o...
Philadelphia asked 13/4, 2020 at 12:41

5

I am using pattern MVVM+Coordinator. Every my controllers are created by coordinators. But what is the correct way to stop my coordinators when tapping on back button of Navigation Controller? cla...
Saidel asked 12/1, 2019 at 2:50

6

I have a 13 lines func that is repeated in my app in every ViewController, which sums to a total of 690 lines of code across the entire project! /// Adds Menu Button func addMenuButton() { let m...
Mccready asked 15/9, 2019 at 13:12

0

Historically using UIKit we have always used the Coordinator Pattern to handle Navigation. Starting a new app in SwiftUI however it is not clear how to handle this. For example, our currently flo...
Venus asked 24/3, 2020 at 7:57
1

© 2022 - 2024 — McMap. All rights reserved.