hide image
Hi all,
I have a UIImage placed in IB and have the connection from the outlet in the code set. I tried to hide the image using myImage.hidden = YES, but it gave me an error so I tried [myImage setHidden:YES], but it gives me a warning saying it may not respond. Neither of these work. Does anyone know another way of hiding the UIImage using code?
Thank you!
|