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

XcodeNewb

macrumors member
Original poster
Feb 6, 2009
79
0
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];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.