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
23
votes
4 answers

iPhone 6 Status bar color

Has anyone noticed that the Status bar color for the iPhone 6 simulator is not using the correct style? I have UIStatusBarStyle set to UIStatusBarStyleLightContent and UIViewControllerBasedStatusBarAppearance set to NO. This works fine for all…
smitt04
  • 3,018
  • 2
  • 28
  • 30
23
votes
2 answers

Black bars on launch screen on iPhone5 (and iPhone6)

When iPhone 5 first came out we had to go through the silliness of adding a Default-568h@2x.png to the project to get the app to use the full height of the iPhone 5. In late 2014 are we still doing that? We have asset catalogs and the…
soleil
  • 12,133
  • 33
  • 112
  • 183
21
votes
3 answers

snapshotViewAfterScreenUpdates glitch on iOS 8

I've noticed running this would cause view (or main window, not sure) to resize for a moment, when running on iPhone 6/6+ simulator scaled from iPhone 5 layout (without passing launch image for iPhone 6/6+): [self.view…
Dannie P
  • 4,464
  • 3
  • 29
  • 48
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
18
votes
11 answers

iOS 8: UINavigationController hide back button

After I run my application in iOS 8 (XCode 6.0.1, iPhone 6), the back button does not hide. My code: - (void)removeCategoriesButton { if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { …
ZhukV
  • 2,892
  • 6
  • 25
  • 36
18
votes
3 answers

Snapshot methods broken on iPhone 6 device and simulator

For some unknown reason there seems to be a possible bug with all screenshot methods on the iPhone 6 simulator (and device). Whenever I call any of the screenshot methods…
Danny
  • 4,724
  • 6
  • 42
  • 55
16
votes
3 answers

iPhone 6/6 Plus: UITableView separator flickering and different thickness

I've got a UITableView with separator set to Single Line. On iPhones <= 5s everything looks fine, but on 6 and 6 Plus (device as well as simulator) the separators have a different thickness. It's even worse as they're flickering while scrolling…
swalkner
  • 16,679
  • 31
  • 123
  • 210
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
3 answers

Can I Animate an image iOS8 LaunchScreen.xib

Question: Are there ways to animate anything within the LaunchScreen.xib file of an Xcode 6 Project targeted to deploy for iOS 8.1+ ? Context: I'm looking to make simple animations to convey activity or serve as a distraction to the user while they…
Jono Tho'ra
  • 1,476
  • 3
  • 18
  • 28
14
votes
2 answers

Is it sufficient to supply 3x image only for all versions on iPhone?

is it not enough to supply just 3x resolution image (e.g for a view or button) in Xcode so that it looks good on iPhone 5,6,and 6plus devices ( i.e leaving 1x and 2x in an image set blank ) My reasoning is that 1x image may look blurry on 6 plus…
silverkid
  • 9,291
  • 22
  • 66
  • 92
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
5 answers

Autolayout: origin and size should change according to width and height factor

Here is a scenario what I needed. I have put a UIButton on IB (size iPhone4 inch) whose initial frame on IB is x:100,y:100,w:100,h:100. I want the origins and height should change according to device size. for example the width and height of iPhone6…
Mayank Jain
  • 5,663
  • 7
  • 32
  • 65
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
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
1 answer

Displaying a DAE file with ARKit and tracking an Anchor in the scene

I'm trying out ARKit, and I set up an ARSCNView using this tutorial. Then set up tracking horizontal 3D planes with the second part of this tutorial. I created a single view application then constrained an ARSCNView flush to the root view with an…
Jon Vogel
  • 5,244
  • 1
  • 39
  • 54
1
2
3
23 24