I would like to dynamically hide a button in one of my views depending on a certain condition.
I tried adding some code to the view controller\'s -viewWillAppe
-viewWillAppe
Another hacky solution:
myButton.customView = [[UIView alloc] init];