Reputation: 163
I am new to Xcode and was wondering why my button is not displaying my image when building the application.
Upvotes: 0
Views: 5924
Reputation: 11127
Go to your storyboard, select your UIImageView, now in the Attributes Inspector check the name of the Image, if it is correct or not.
Check the screenshot
EDIT
You image folder is added as reference, while adding the folder make sure you have checked Copy Items if Needed
and Create Groups, check the screenshot
Upvotes: 3
Reputation: 121
You should put your images within the assets folder. Then it can stretch to the correct size you need.
Upvotes: 1