vote up 0 vote down star

I changed a .png that I was using for an UIIMageView that I added using InterfaceBuilder. Now, when I run the app in the simulator, the image does not show. I have tried removing the reference and re-adding and even creating a new image altogether and nothing seems to work.

PLEASE HELP!!!!!!!

flag

0% accept rate

2 Answers

vote up 0 vote down

Did you make sure your connections are intact in Interface builder?

link|flag
I actually rebuilt the NIB from scractch and re-attached all of the connections. I even copied the /png file to a new name and added it to the new UIIMageView. No luck. – Kevin McFadden Nov 4 at 15:37
ok..i've had one weird moment with UIImageView once. Could you please check in Interface Builder, UIImageView's image section, can you see/select the image which you wanted?? For a while i couldn't.. But then it worked after i removed the image and re-added.. – Prakash Nov 4 at 16:06
vote up 0 vote down

If your .png has the same name as previous, IB doesn't recompile it's files. Try to clean your project, than build it.'

link|flag
I tried cleaning the project several times with no luck. – Kevin McFadden Nov 4 at 15:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.