Recently, yesterday actually, I just started learning how to program Objective-C. I am trying to figure out how to make a new button appear midway through the program and then disappear. I am not even sure how to begin on this one. I am not an experienced programmer and any help would be greatly appreciated!
views:
28answers:
1
A:
Not sure what you mean by 'midway thru the program' but calling [yourButtonInstance setHidden: TRUE|FALSE]; should control the view.
tgunr
2010-03-02 00:25:06