XcodeNewb
Feb 17, 2009, 09:12 PM
I am trying to hide and unhide a UILabel object. It will hide fine, but it will never re-appear like it should. I am using the following commands to perform the hide and unhide but only the hide works. These commands are working fine for my UITextFields. And ideas?
Is working:
[returnDate setHidden:YES];
Not working:
[returnDate setHidden:NO];
Is working:
[returnDate setHidden:YES];
Not working:
[returnDate setHidden:NO];
