Since UIButton inherits from UIView, you can just set the hidden property on the button (via UIButton doc)
button.hidden = YES;
Since UIButton inherits from UIView, you can just set the hidden property on the button (via UIButton doc)
button.hidden = YES;