How do I set focus on previous accessibility element after dismissing a modal view

1.2k Views Asked by At

My view is constructed using stack view and model transition is setup using UITapGesture. I have no data to update on previous controller. I just need to focus accessibility to previous view element after dismiss action. Currently after dismiss action the accessibility element is focused on navigation item back button. Which is like first element in the view.

0

There are 0 best solutions below