Hi!
I want to hide a label if the labels text value is empty. I have no trouble checking this but if I use [label setHidden:YES] it still leaves the space.
I'm adding this label in Interface Builder by the way.
I have tried using [label setFrame: CGRectZero], but the label keeps taking up space!
What shall I do?