You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common mistake is to have some sort of control or gesture recognizer as a subview of view and not have isUserInteractionEnabled set to true. (frequently on UIImageView)
The text was updated successfully, but these errors were encountered:
phimage
changed the title
Rule: View with gesture recognizers / controls has user interaction enabled
View with gesture recognizers / controls has user interaction enabled
Apr 20, 2018
A common mistake is to have some sort of control or gesture recognizer as a subview of view and not have
isUserInteractionEnabled
set to true. (frequently onUIImageView
)The text was updated successfully, but these errors were encountered: