I have an app where i have an IBAction which recognizes a tap gesture and i want the tap to make the buttons on screen disappear then reappear once tapped.
- (IBAction)showFullScreen:(UITapGestureRecognizer *)sender {
}
I know its probably an animation. I have 4 buttons and the UIImageView is what I need to just appear by itself
try this: