How to successfully add an image in Storyboard in Xcode 6 in Swift?
问题 I'm very new to Xcode (2 days) and so far I'm finding it fairly frustrating. I'm just trying to add an image to my app's ViewController via he Storyboard, but it does not appear on the simulator. Could someone assist me? 回答1: if you are trying an example project of XCode, you may find a "Images.xcassets" folder in project. Drag your image into this folder. then go to storyboard, focus on your "Image View". in the attributes list, "Image" field, you can choose the image in it's drop-down menu.