Questions tagged [iphone-6-plus]

The iPhone 6 Plus is the larger-screened Apple iPhone 6, offering NFC and a 5.5" screen size.

The iPhone 6 Plus is the premium offering in the September 2014 refresh of Apple's iPhone line.

It brings with it a new features like...

  • A larger screen (5.5")
  • NFC for mobile payments
  • Storage size up to 128 GB
  • A landscape home screen in addition to portrait
  • Optical Image Stabilization (OIS)

There is also the smaller-screened iPhone 6 model, which has a screen size of 4.7" and does not offer OIS or a landscape home screen.

276 questions
270
votes
8 answers

iPhone 6 Plus resolution confusion: Xcode or Apple's website? for development

Apple's website claims that the resolution is 1080p: 1920 x 1080 However, the launch screen required by Xcode (8.0 GM launched today) is 2208 x 1242. Who's right?
JasonGenX
  • 4,952
  • 27
  • 106
  • 198
141
votes
4 answers

Image resolution for new iPhone 6 and 6+, @3x support added?

I have looked on few articles and discussion like one here and Here about image resolutions that new iPhones will use @3x images for display. Is it true? So does it mean we will have to keep three images? Say for example I have an image of 50 X 50,…
Bhumit Mehta
  • 16,278
  • 11
  • 50
  • 64
100
votes
8 answers

How to handle image scale on all the available iPhone resolutions?

What sizes would be the best to use for images: background.png, background@2x.png and background@3x.png if we want to use this image for example to cover the full width and half height of the screen on all resolutions for iPhone portrait app? This…
Leszek Szary
  • 9,763
  • 4
  • 55
  • 62
73
votes
7 answers

iPhone 6 and 6 Plus Media Queries

Does anyone know specific screen sizes to target media queries for iPhone 6 and 6 Plus? Also, the icon sizes and splash screens?
MattT
  • 857
  • 1
  • 7
  • 10
35
votes
4 answers

UIModalPresentationPopover for iPhone 6 Plus in landscape doesn't display popover

I want to always present a ViewController in a popover on all devices and all orientations. I tried to accomplish this by adopting the UIPopoverPresentationControllerDelegate and setting the sourceView and sourceRect. This works very well for all…
Loegic
  • 3,390
  • 20
  • 33
34
votes
6 answers

How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode?

How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode? Is this possible? I've tried [UIScreen mainScreen].scale and it reports 3.0 in both cases.
barfoon
  • 27,481
  • 26
  • 92
  • 138
28
votes
2 answers

Supporting iPhone 6 and iPhone 6+ with different launch/splash screen image for iPad Portrait and Landscape orientations

What I understood from the available documentation and my testing is that All existing Apps on iPhone 6 and 6 Plus run in compatibility mode, which means the APIs (like [UIScreen mainScreen].bounds) will return 320x568 (iPhone 5/5s) still in new…
msk
  • 8,885
  • 6
  • 41
  • 72
27
votes
5 answers

Unexpected result for autolayout on iphone 6 plus

I've added a uiview on a view controller(VC), trying to set it's width is equals to VC's view's width. What I set and expected: And what i got on iphone 6 plus: I've tried to change the constants of leading space and trailing space and no help. Is…
Horst
  • 1,733
  • 15
  • 20
20
votes
5 answers

iPhone 6 (Plus) screen size

There were many articles written and questions asked about iPhone 6 and iPhone 6 Plus screen sizes. This article provides a great explanation. However, I am confused when testing my app in the simulator. I have the following code in AppDelegate. -…
Cimlman
  • 3,404
  • 5
  • 25
  • 35
14
votes
3 answers

Is it possible to support the iPhone 6 screen, but not iPhone 6 Plus?

Is it possible to support the iPhone 6 screen, but not iPhone 6 Plus? I'd like the app to use the full screen resolution on the iPhone 6, but don't have the time to redesign some parts of the interface for the iPhone 6 Plus. Can I support the iPhone…
Bill
  • 44,502
  • 24
  • 122
  • 213
14
votes
2 answers

Still not optimized for iPhone 6 and iPhone 6 Plus

I have an app that just went live and it's still not saying "Optimized for iPhone 6 and iPhone 6 Plus" I added launch screens and app icons in required resolutions. Adjusted all inner screen to fit with the new iPhone screens. Added screenshots for…
Asif Asif
  • 1,511
  • 14
  • 24
13
votes
7 answers

Uploading screenshots to iTunes connect for iPhone 6 and 6+

I'm trying to upload screenshots of my app on iPhone 6 and 6+ and I'm getting a baffling error message: "One or more screenshots are the wrong size..", see the screenshot below However, I have checked the apple website and the required size is…
ConfusedNoob
  • 9,826
  • 14
  • 64
  • 85
13
votes
5 answers

Something is wrong with the iPhone 6 Plus tableView.separatorInset

Something is up with our table view cell separators on the iPhone 6 Plus. I created a blank test project with a custom cell with only one label and a 15pt constraint to the leading edge. iPhone 5S Label and separator are 30 px (15pt) from the…
Maciej Swic
  • 11,139
  • 8
  • 52
  • 68
13
votes
4 answers

Simulator running in scaling mode for iPhone 6 Plus?

My app starts and runs on the new iPhone 6 Plus (or iPhone 6) in the simulator, but elements that I know are supposed to be small on the big screen (i.e. hard coded CGRects) are large, as if the whole app had just been scaled up for the larger…
Nick
  • 9,792
  • 7
  • 50
  • 60
12
votes
2 answers

How to detect iPhone 6 & 6 Plus View Mode Programmatically

Is there any way to identify View Mode( In setting > Display & Brightness ) programmatically ? Many apps design are behaving differently in Standard Mode and Zoomed Mode. Please refer image : Any Help would be appreciated. :)
Nico
  • 1,788
  • 2
  • 23
  • 41
1
2 3
18 19