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:
Not working:
Is working:
Code:
[returnDate setHidden:YES];
Not working:
Code:
[returnDate setHidden:NO];