maxkonovalov / MKDropdownMenu

đź”» Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
527 stars 83 forks source link

AccessibilityViewIsModel #52

Open vijay-natarajan opened 4 years ago

vijay-natarajan commented 4 years ago

Currently when i have dropdown present in the superview, Accessibility inspector is not focusing on the dropdown elements.So how can i focus on dropdown elements alone when drop down is enabled? I tried with AccessibilityViewIsModel but i couldn’t find the prefect solution.