UIPilot
UIPilot copied to clipboard
How can I handle push notification tap to redirect to particular route's view if I have multiple routes?
I have tabbar based application and each tab has individual route. Now I want to handle push notification, but how can I find specific view from routes stack and jump to particular view?
Any update on this?
I think push notification handling is not any different than the standard navigation stack. On push notification event, you can inspect current routes and based on that push or pop certain routes.