I am trying to have some controls appear when you push a button and have it disappear when you press a different button. Right now the HUD is comprised of an image view, and some custom buttons in a UIView called “credits”. I’ve managed to have it disappear using:
[credits removeFromSuperview];
How do I have it reappear?
If it’s just a UIImageView, you should…
… assuming you’ve not released it already. On a side note, there is a really good HUD for iOS here: http://github.com/matej/MBProgressHUD