I'd like a UITextField to appear when a button is pressed. Unfortunately, I can't hide it in Interface Builder and then set the hidden property to NO later because "ibtool fails with exit code 5" if you try to hide a UITextField.
I'll try to do this in code but wondering if I may be missing something or making a grave UI error by attempting to do something like this? Or maybe it's just a bug?!?