views:

28

answers:

1

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!

A: 

Not sure what you mean by 'midway thru the program' but calling [yourButtonInstance setHidden: TRUE|FALSE]; should control the view.

tgunr