-1

I want my iPhone 5s app to simply upscale for the iPhone 6. I have no Launch Images in the project, but I do have the interface builder location declared in the plist to get rid of the black bars. How can I get the app to just upscale, right now it shows white space in Storyboard.

scott
  • 1,194
  • 7
  • 18

1 Answers1

0

Looking at your question it looks like you are using absolute frame values for positioning, by setting frame.size.{width, height} and frame.origin.{x,y}.

You have two options.

Community
  • 1
  • 1
vintagexav
  • 2,011
  • 2
  • 18
  • 22