inkling/Subliminal

UIAutomation reports picker views as not tappable on iOS 6.

wearhere opened this issue · 0 comments

SLPickerView (#211) passes NO for waitUntilTappable and on iOS 6 overrides -isTappable to return isVisible, but we should patch into the existing canDetermineTappability system (c31effb).

Or, we could check the tappability of the picker's first wheel (wheels()[0]), which is reported as tappable on iOS 6.