When creating an iPhone5 storyboard, what images do you use inside of Xcode. Since the iPhone5 is retina only, then all of your graphics have to be doubled, and yet the coordinates are all 1/2 of that.
So if I have an image in the middle of the screen that is 50 x 50 in Xcode, then my iPhone5 image has to be 100x100. If I name that image image100.png do I still create a UIImageView on the screen at 50x50 and give it the image100.png. That appears to work, and if so is the rule that when creating an iPhone5 Storyboard that you just have to remember to cut all of your heights and widths by 2?