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
6
votes
3 answers

Deadzone in iPhone 6 Plus, Safari, iOS8. Bottom area loses interactivity when tabs are visible

I'm making a webapp and want to use all the screen and avoid scrolling if possible. There will be buttons that need to be clicked in many areas of the page. The area at the bottom of mobile safari is not clickable when the tab bar is open and I…
Niki Sehmi
  • 83
  • 1
  • 5
6
votes
4 answers

Allow landscape for iPhone 6 Plus but not other iPhones

In my universal app I currently override supportedInterfaceOrientations in the window's root view controller to define the orientations that are allowed. Up until now the decision was based on the device's user interface idiom: - (NSUInteger)…
herzbube
  • 13,158
  • 9
  • 45
  • 87
6
votes
1 answer

How to detect host app is in Zoom mode or Normal mode in iPhone 6 Plus?

Assume iPhone 6 Plus display is in standard mode (Settings > Display > View > Standard), the UIInputViewController inputView of a keyboard extension returns different widths depends on whether the host app is optimised for the iPhone 6/iPhone 6 Plus…
ohho
  • 50,879
  • 75
  • 256
  • 383
6
votes
1 answer

Is there any notification which can capture Reachability event on iPhone 6?

iPhone 6/6 Plus have new feature named "Reachability" (Touch twice on TouchID to interact on the larger screen). But I don't find any API in iOS8 SDK documentation.Perhaps I have to wait for the next version of iOS SDK. I think my App can do…
WindEdge
  • 61
  • 1
5
votes
1 answer

Media Css for Iphone6 & Iphone6 plus

I'm making this website & I made the media settings for mobile, tablet, laptop, desktop. It looked good in all other phones. I havent' checked yet on actual tablet, but its fine on the chrome browser emulator. However, my friend checked out the site…
Joshua Rajandiran
  • 2,788
  • 7
  • 26
  • 53
5
votes
0 answers

Force UITabBarController More tab to be visible in landscape (iPhone6+)

The iTunes Store app on an iPhone 6+ shows the More tab both in portrait and in landscape orientation. Is it possible somehow for 3rd party apps using an UITabBarController to force displaying the More tab in both orientations? On other iPhones the…
5
votes
2 answers

Split view controller rotation on iPhone 6 Plus

I have a split view controller in landscape mode with two navigation controllers. This collapses to a single navigation controller in portrait and the detail view controller is pushed from the master. If I rotate back to landscape when the detail…
Berry Blue
  • 15,330
  • 18
  • 62
  • 113
5
votes
1 answer

What are margins in Storyboard, and why does the iPhone 6 plus have different side margins than the other iPhones?

When creating constraints in my views in Xcode 6, I noticed this "constrained to margin" box which is ticked by default: The result of keeping this box ticked is that I the app would run normally on all iPhones except iPhone 6 Plus where I would…
Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156
5
votes
0 answers

Issue scrolling div with Safari on iPhone 6+, iPad 3 when zoomed in

It seems that on iPhone 6+ and iPad 3 (devices I've tested so far which reproduce issue) there is an issue with scrolling a div when the page is zoomed in. When first loading a page with the following basic content, the div has no problem…
user1968029
  • 51
  • 1
  • 4
5
votes
0 answers

Has anyone been able to use the Cloud9 IDE on an iPhone 6 Plus? And if so, how did it go?

I am considering purchasing an iPhone 6 Plus and was wondering if anyone has done any programming in the Cloud9 IDE on an iPhone 6 Plus? I didn't have much success on an older iPad, but it works fine on my 6 year old MAC.
5
votes
2 answers

AutoLayout constrain for a view to be right above the keyboard

Would someone be so kind telling me how would you set a constrain (using size classes) for a view to be right above the keyboard (without the predictive part) on iP6 and iP6+ like on the photo below? May I have a sample project? Thank you
abelorosz
  • 161
  • 12
5
votes
1 answer

iOS 8 number conversion/formatting error? (cannot reproduce)

The following method takes input from a UITextField and formats it for display. This code has worked flawlessly for years, but a problem was just reported on the iPhone 6 Plus using iOS 8.1. It happens every time for the user but I have not been…
SAHM
  • 4,078
  • 7
  • 41
  • 77
5
votes
0 answers

Icon doesn't display in iPhone 6+ simulator

My icon doesn't display on the iPhone 6+ iOS simulator. I did all 3x versions for the icon in my xml, and res folder:
user2017892
5
votes
2 answers

iOS8 / iPhone6+ XPC crash

I have an app build on the iOS8 SDK which I archive and then sign for adhoc distribution. This has been working for 2 years on all devices with various updates. Now I have an iPhone 6 plus. The app ran fine the first after a new install but now it…
techsMex
  • 594
  • 4
  • 16
5
votes
1 answer

Do I really have to explicitly support iPhone 6 and iPhone 6 Plus screens?

I couldn't get used to introduced in Xcode 6 new layout system called Size Classes, so I decided to go by the old way creating two separate xibs for iPhones and iPads with ~iphone and ~ipad suffixes correspondingly. Xibs designed for iPhones (with…
nalexn
  • 10,615
  • 6
  • 44
  • 48
1 2
3
18 19