I am seeing a strange issue where NSObject accessibilityRespondsToUserInteraction
returns true
on Simulator but false
on device.
Checking the same object on simulator with Accessibility inspector I see the object traits as image
so why would it return true in that case?
Are there any other way to check the the item might be accessibilityRespondsToUserInteraction
OR Clickable beside that property and traits?
(Or is it just another bug)