I tried to convert my iOS app which is developed for iPhone 5s to iPhone 6. I thought it is quite simple. I changed the size of view controller in storyboard to iPhone 4.7-inch
and started the iOS simulator for iPhone 6. But the result is that the content is still displayed in an iPhone 5s style and not in iPhone 6 style. The iOS simulator starts with the right size but the content is not correct.
Are there any solutions?