Reputation: 158
I'm trying to do something really simple. I have an image for a button and I'm trying to set it on a custom button in interface builder. I set the background image accordingly (no case sensitivity problem here). In interface builder it shows up, but in the simulator or on the device it doesn't appear at all. Just the button's text will appear. Do I need to turn on some flag or something of the sort?
Upvotes: 3
Views: 2590
Reputation: 158
I found the problem. It wasn't being linked with the Target's Copy Bundle Resources. I don't think I ever had to do this for other resources.
Shouldn't this be done automatically when you add it to the Resources of the project?
Upvotes: 5