Hi everyone!
I’ve been refining the navigation experience in my app on IOS and ran into a few things that I think would be amazing to improve. Wondering if anyone has tackled these already?
Here’s the list of things I wanted to implement on the app:
- Disable the default slide animation when navigating between screens without having to ‘Reset the navigation stack’ on ‘Go to view…’ action — sometimes a simple instant switch feels better for UX.
- Show a dynamic image on the Tab Bar element, like the Current User’s profile photo, instead of a static icon — using a Reusable element is significantly slower.
- Share action to let users share a content (or recipe in my case). Would be nice if the receiver of the link would get redirected to the app.
- If app is not installed, redirect to my app in the Appstore.
- If app is already installed, redirect to the recipe screen of my app.
Has anyone found ways (plugins/workarounds) to handle these?
Thanks!