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
FIxed by adding: [self addTarget:self action:@selector(endedPress) forControlEvents:UIControlEventTouchDragOutside]; to -(void)makeFlat:(FlatButton*)button withBackgroundColor:(UIColor*)backgroundColor
The text was updated successfully, but these errors were encountered:
FIxed by adding:
[self addTarget:self action:@selector(endedPress) forControlEvents:UIControlEventTouchDragOutside];
to-(void)makeFlat:(FlatButton*)button withBackgroundColor:(UIColor*)backgroundColor
The text was updated successfully, but these errors were encountered: