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)