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
I cant seem to add UIGesture to any UILabel when the UILabel is added via appendView
but if I use [self.view addSubview:label] , it works fine. any ideas?
I cant seem to add UIGesture to any UILabel when the UILabel is added via appendView
but if I use [self.view addSubview:label] , it works fine. any ideas?