In xcode 7 there is no option to retina 4 image. I am creating a simple view added background image in my xib file.I have created a image.xcassets of background image added 1x (320 * 480), 2x (640 * 960), 3x ( 1248 * 2208) resolution images. But when i am using this image set on my xib file its only showing a correct image for iphone 4 and iphone 4s. I have changed the mode as Aspectfit.After that it has started showing margins on top and bottom. Please help me.
Thanks in advance