Questions tagged [iphone-6]

iPhone 6 is the first Apple iPhone that offers NFC, and comes with modern larger screen sizes than previous iPhones.

iPhone-6 is the Sept 2014 refresh of Apple's iPhone line.

It brings with it a few new features such as:

  • a larger screen (4.7 in)
  • NFC
  • rounded edges
  • storage size up to 128GB

Other updates are more evolutionary:

  • improved camera (which protrudes from the back)
  • improved processor
  • improved battery life

There is also an iPhone 6 Plus, which has an even larger screen (5.5 in), and has the software advantage of working in landscape mode as well as portrait and a better battery life.

More detailed specification

347 questions
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
12
votes
3 answers

Xcode 6 iOS Simulator does not remember app settings

I just installed Xcode 6.0.1 (coming from Xcode 5.1.1) and tried to run my iOS app on iPhone 6 simulator for the first time. It builds and runs, but I cannot change its settings. I use NSUserDefaults for my settings. Each time I change settings, go…
Dirk
  • 2,335
  • 24
  • 36
11
votes
2 answers

How to disable iPhone 6 native resolution?

I have several games made with Cocos2d-iphone. All of them are old projects created with Xcode 4 or 5. All games scale fine on the new iPhone 6 and 6 Plus except one that seems to avoid the scaling mode and is running on native iPhone 6/6 Plus…
Dunbar
  • 401
  • 5
  • 9
10
votes
5 answers

issues with UIImageView.layer.cornerRadius to create rounded images on different pixel densities ios

I'm simply trying to create a perfectly round image. Here's my swift code: myImage.layer.cornerRadius = myImage.frame.size.width/2 myImage.layer.masksToBounds = true This works on a 4s, but is not quite round on a 5s, and appears as a rounded…
nwales
  • 3,521
  • 2
  • 25
  • 47
9
votes
1 answer

How to display iOS app on iPhone 6 without zoomed mode

This might be a vague question, so let me know if you need screenshots. I just got an iPhone 6 and I have it setup on "standard" zoom mode. This makes all text, icons and Apple apps display "small" as intended on the phone. However, all other apps…
TooManyEduardos
  • 4,206
  • 7
  • 35
  • 66
8
votes
1 answer

iPhone 6 and 6 plus giving wrong frame, bounds values

I have my app build on Xcode 5.1.1 but once upgraded on Xcode 6 facing the problem with frame size as per new sizes iPhone 6 has 750x1334 resolution but, getting output 480x300 does anyone has faced the same problem with iOS 8, iPhone 6 or even on…
Rein rPavi
  • 3,368
  • 4
  • 22
  • 32
8
votes
1 answer

iPhone6 status bar showing zoomed in app but not on home screen

After some initial testing, our app on the iPhone6 we are seeing that the status bar (and maybe the whole app) is showing the zoomed size. When I say zoomed, I am referring to the desktop setting zoomed vs standard. The app was written using the…
Joe Andolina
  • 648
  • 1
  • 11
  • 23
8
votes
2 answers

iPhone 6 simulator, hide keyboard issue

Does the iPhone 6 have some new way (off-screen/hard button) to reopen a hidden soft keyboard? I don't have a physical device to test with, but I'm seeing something new in the iPhone 6 simulator that I don't see in iPad or iPhone 5. The iPhone 6,…
eselk
  • 6,764
  • 7
  • 60
  • 93
8
votes
1 answer

Set background image and icon image in iPhone 6 and 6 plus

How can I differentiate the background images and icon images between the different resolutions for the iPhone 5 and for the iPhone 6 and 6 Plus?
josh
  • 1,681
  • 4
  • 28
  • 61
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

UIFeedbackGenerator object creation crashes on iOS 10.0

Has anyone else encountered this? Specifically with an iPhone 6 running iOS 10.0 I'm getting consistent reports of the following crashing: if #available(iOS 10.0, *) { UISelectionFeedbackGenerator() } Where it's not even being used, just…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
7
votes
1 answer

Iphone 6 camera calibration for OpenCV

Im developing an iOS Augmented Reality application using OpenCV. I'm having issues creating the camera projection matrix to allow the OpenGL overlay to map directly on top of the marker. I feel this is due to my iPhone 6 camera not being correctly…
User7710
  • 109
  • 1
  • 6
7
votes
2 answers

iOS 9 Ionic Cordova App Crashes on iPhone; works on iPad

Cordova v5.3.1 / Ionic v1.1.0 (library v1.6.4) Upgraded our application to iOS 9 from 8.4. The application builds and runs fine on iPad/iPad mini. However, it crashes when deployed to an iPhone. Below is the debug output: 2015-09-23 11:17:09.920…
Joey
  • 477
  • 5
  • 10
7
votes
1 answer

Dynamically Set the Font size in iphone 5 and iphone 6

After iOS 8 Apple introduce size classes which is very helpful for the developer. But they give the different font sizes for all iPhones (iPhone 4s , iPhone 5, iPhone 5s, iPhone 6) and iPhone 6 plus, So is there any possible correct way to do the…
Raheel Mateen
  • 245
  • 2
  • 13
7
votes
2 answers

xcode "A valid provisioning profile for this executable was not found"

Since upgrading to xcode 6 yesterday i have problems running an app from xcode on one of my devices and i have no idea why. The message is: A valid provisioning profile for this executable was not found I have checked all the solutions from A valid…
patman
  • 2,780
  • 4
  • 30
  • 54
1 2
3
23 24