2

When running one of my apps on the iPhone 6, I've noticed the nav bar height of my app is taller than the nav bar height of a system app (ex Settings). While looking at some third party apps, I've noticed some apps have the same nav bar height as system apps (Twitter), and some apps have the same problem I do (Instagram).

This makes me believe that some of the apps are explicitly optimizing for iPhone 6, and some apps are just being scaled by the platform. Is there a specific way to optimize for iPhone 6?

This isn't an iOS 8 problem, as I've ran my app on an iPhone 5 running iOS 8 and the nav bars matched.

enter image description here

ahoang
  • 139
  • 1
  • 9

1 Answers1

0

You have to provide launch images for iPhone 6 and 6+ (or a launch xib file). See here: How to enable native resolution for apps on iPhone 6 and 6 Plus?

Community
  • 1
  • 1
Aaron Wojnowski
  • 6,352
  • 5
  • 29
  • 46