Closed emartinson closed 2 years ago
This is somewhat similar to my request https://github.com/rundfunk47/stinsen/issues/33.
What you should do now is that the view set to the tab item checks whether the user is authenticated or not and in the body shows the correct view.
Yeah, this seems to be the only way and it's working! Thank you!
Hi! Regarding your Example App, I changed
MainCoordinator
to be my TabBarCoordinator (which is mostly looks like AuthenticatedCoordinator in Example App):What I want to know - how can I reload profile tab? I want to display user avatar and name on tab item if user is authenticated.