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
I have a question. Is it possible to present the modal view from tabbar item? If yes, how can I do it?
In the app I'm working on, I need to force users to log in before they can reach a specific tabbar item.
The text was updated successfully, but these errors were encountered:
Luur
changed the title
TabBar: present modal view for tabbar item
TabBar: present modal view from tabbar item
Aug 2, 2022
I left a comment on this earlier and deleted it as I misunderstood the request.
Sort of, however is that what you should do? Somewhere in your code you store your session and authenticated state and the coordinator should not be concerned with that. Nonetheless, it is possible with the onTapped action in the @Route property wrapper.
However, there's a bug I experience some times when the router won't do anything so I should track that down as I experience it in my app but haven't bothered with it.
For reference, the Fidelity app has a similar flow.
Hey, thank you very much for your response.
I caught the idea.
However, I do like your ideas from deleted comment. I'm going to discuss it with the UX designer to find which approach will suit us better.
Hi everyone,
First of all, thank you for the great framework.
I have a question. Is it possible to present the modal view from tabbar item? If yes, how can I do it?
In the app I'm working on, I need to force users to log in before they can reach a specific tabbar item.
The text was updated successfully, but these errors were encountered: