Hi, I am trying to teach myself how to make apps and I run into a problem I can't seem to figure out. Here it is. I am writting an app for the iPhone 6. But the "infered" size in the storyboard is 320 by 568, wich is for the iphone 5. This is giving me issues as when I run it on the simulator for iphone 6 there is a white gap all around my app. If I manually set the size from infered to 4.7 then the storyboard is fine and the simulator is fine too, but when I run the app on the device the image is too big for the screen (so the opposite probelm) I have checked online for the answer and most posts seem to suggest that by adding a storyboard launch image it should solve the issue. I have done this, but the infered storyboard size is still the iphone5. Is there a way to solve this? Thanks