Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

XcodeNewb

macrumors member
Original poster
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:
Code:
[returnDate setHidden:YES];



Not working:
Code:
[returnDate setHidden:NO];
 
Just seeing those lines in isolation doesn't really help. You could be doing something else somewhere that stops it working.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.