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
11
votes
1 answer

Why isn't preferredContentSize used by iPhone 6 Plus Landscape?

In my iOS 8 app, this popover segue appears correctly on all devices in all orientations except for iPhone 6 Plus landscape: This is how it looks on iPhone 6 Plus landscape (it is stretching almost from top to bottom): And when it displays like…
Kurt Anderson
  • 932
  • 1
  • 10
  • 26
11
votes
6 answers

Unable to show full iPhone 6 Plus Simulator window on non-retina display

I'm developing an app using a MacBook with screen resolution of 1280x800. When I tried to debug with the iPhone 6 Plus Simulator, my screen was unable to show the full simulator window even if I tried command+3 to scale it to 50%. Is there any way…
user3216945
  • 127
  • 1
  • 7
10
votes
1 answer

How to draw Pixel Perfectly on iPhone 6 Plus?

Given the iPhone 6 Plus is downscaling from 1242x2208 to 1080x1920, and UIKit is doing that, are there other ways of drawing to the screen that permit absolute (pixel perfect) drawing without downscaling? I imagine, but am not sure, that OpenGL and…
Confused
  • 6,048
  • 6
  • 34
  • 75
9
votes
3 answers

Can I use UIRequiredDeviceCapabilities to restrict an app to iPads and the iPhone 6+?

I have an app whose UI needs quite a lot of screen space. At the moment, it's iPad only, but I think it would be OK on the iPhone 6+. I'd like to make it a universal app but restrict it to iPads and the iPhone 6+. Is there some combination of…
Simon
  • 25,468
  • 44
  • 152
  • 266
8
votes
1 answer

iPhone 6 Plus UISplitViewController crash with recursive _canBecomeDeepestUnambiguousResponder

I have an existing iPhone app that I'm adding a UISplitViewController to. The iPad part works like a charm, but I'm having a guaranteed crash with the iPhone 6(S) Plus. Setup - Master is a UITabBarController. Initial detail is a view with a…
sschale
  • 5,168
  • 3
  • 29
  • 36
8
votes
2 answers

Knowing if "Display Zoom" is on

Is there a way to know if a user is using the iPhone 6/iPhone 6 Plus "Display Zoom" feature? I'm talking about this feature.
YogevSitton
  • 10,068
  • 11
  • 62
  • 95
8
votes
3 answers

How do I handle iPhone 6S Plus's font size?

iPhone 6S Plus's screen is very big compared to other screen sizes. I can't seem to find a good way to handle the font size of a label without adjusting the size programmatically. How can I adjust the font size of a label so that it looks smaller…
Cesare
  • 9,139
  • 16
  • 78
  • 130
7
votes
2 answers

ARKit Demo Crashing on iPhone 6/iPhone 6 Plus

I'm working with ARKit Feature , with recent major iOS release, but I'm getting a crash with error failed assertion MTLRenderPassDescriptor: MTLStoreActionMultisampleResolve store action for the depth attachment is not supported by device I…
Svitlana
  • 2,938
  • 1
  • 29
  • 38
7
votes
1 answer

Crashed: XPC API Misuse: Over-resume of a connection

We have a crash in our iOS app reported by Crashlytics: Device: iPhone 6+ iOS: 10.0.1 The stack trace is: Crashed: XPC API Misuse: Over-resume of a connection. 0 libxpc.dylib 0x18eb526b0 _xpc_api_misuse + 48 1 libxpc.dylib …
Gabriel.Massana
  • 8,165
  • 6
  • 62
  • 81
7
votes
2 answers

Handling new iPhone screen sizes with a background image

So since the new iPhone 6/6+ came out, I'm a little confused as to how to handle the asset catalogs for a background image. The options are: iPhone 1x (320x480) iPhone 2x (640x960) iPhone R4 (640x1136) iPhone 3x (I assume this is 3*(1x), which…
Liftoff
  • 24,717
  • 13
  • 66
  • 119
7
votes
1 answer

iAds with new iPhone 6 and 6+

As well as the iAd Programming Guide is outdated since a long time (it proposes code samples which are deprecated since iOS6). I wonder what to do in order to display an Ad properly with the new iPhone6 and 6+ native resolution. It seems that Apple…
Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62
7
votes
1 answer

Devices in Device Specific image set in asset catalog

I want to update my app for the new iPhone 6 and iPhone 6 Plus. To do so I selected an image set from my asset catalog in Xcode 6. As I develop only for iPhone I selected "Device Specific" in the Xcode Attribute Inspector. Now I can chose between…
Paul
  • 999
  • 1
  • 12
  • 29
6
votes
1 answer

Issues with CSS position: fixed in iOS 9 iPhone 6+ in landscape mode

I found a weird issue with my fixed header under the following conditions: iphone 6+, landscape mode safari, at least two tabs opened my page has a position: fixed header and a body and html with position: relative, height: 100% After page loads…
Grin
  • 557
  • 1
  • 6
  • 19
6
votes
2 answers

supportedInterfaceOrientations called on all iPhones except 6+

On my iPhone app I have it restricted to portrait only under the project targets deployment info There is one page that I want only in landscape and I use the supportedInterfaceOrientations method to obtain that. Standard implementation: override…
JLoewy
  • 535
  • 1
  • 4
  • 17
6
votes
1 answer

Why splitViewController:collapseSecondaryViewController:ontoPrimaryViewController: is not called on iPhone 6 Plus?

I implemented subclass of UISplitViewController in my app for both: iPhone and iPad. Method mentioned in title is called when I rotate device from Landscape to Portrait orientation. It works really nice unless I run the app on iPhone 6 Plus. Why…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
1
2
3
18 19