@ You can get the image in the simulator if you work with IB. You must run the simulator from xcode. the image is in the xcode project folder not in your .xib file.
PS. If you run the iPhone simulator from IB, it will launch this particular .xib file and show you the contents added to the xib file, for example, textfiles. but he will not show you the image. if you want the image to be correct or not just change the background color of the UIImageView to something other than the default, then run the color that you selected from IB in the simulator.
Pss. click the xib file and select open as the source file in the option. to check how xib files are created.
source share