You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coordinator can be easily understanded. You receive a routing request from the view and these request comes with an action and eventually data associated. You need to handle the action to take a routing decision.
233
+
The coordinator can be easily understood. You receive a routing request from the view and this request comes with an action and eventually data associated. You need to handle the action to take a routing decision.
234
234
235
235
> You can handle these requests inside the **onNext(current path: ProfilePaths)** as you can see below, or you can create an extension for your coordinator and implement the functions of requests. For example: **func requestFromProfileRootView(_ action: ProfileRootActions)**
0 commit comments