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

ImageView Scaling for iPhone 6 and 6+

So Im making a game without the use of auto-layout. I have used constraints to scale everything and it worked perfectly. However, there are 12 image views that scroll down. 6 on the right a 6 on the left. This is done based on a code i've written…
Dee
  • 3
  • 4
0
votes
0 answers

Core Plot EXC_BAD_ACCESS during test on iPhone 6

I have set up a graph with core plot that show an animation when in the presence of new data to display. I followed the example code of CorePlot and situaizone is this: On iPhone 5 with iOS 8.1.2 everything works properly On iPad 4 with iOS 8.1.2…
andreapavan
  • 697
  • 1
  • 7
  • 24
0
votes
1 answer

iphone 6 banner messing up after adding iphone 6 launch screen

So in my app i have my launch screen/splash screen set for the 4, 4s, 5, and 6+....basically all the splash screens except for the one for the 6. Everything looks great. background images for the toolbar are properly scaled and everything. however…
ian
  • 1,002
  • 2
  • 12
  • 29
0
votes
1 answer

Crash while getting the current Autofocus system in ios

There are two types of focus detection right from iphone 6 introduction, 1. Contrast detection 2. Phase detection from iphone 6.6+ it uses phase detection. I am trying to get the current focus system self.format = [[AVCaptureDeviceFormat alloc]…
raghul
  • 1,008
  • 1
  • 15
  • 33
0
votes
2 answers

Custom navbar sizing from iphone 5 to iphone 6

I have a custom tab bar that was optimized for the iphone 5. UINavigationBar *myBar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, 0, 320, 50)]; [self.view addSubview:myBar]; When it on the iphone 6, part of it is cut off of course because…
ian
  • 1,002
  • 2
  • 12
  • 29
0
votes
1 answer

Table height header support for iPhone 5, and 6/6+

I am trying to add header support for all the iPhones and this is what i have so far, but it does not work when i run it. What do I need to edit in my code in order for it to work. - (CGFloat)tableView:(UITableView *)tableView…
0
votes
1 answer

Does iPhone 6 still report the same width in portrait and landscape?

I can't seem to find an answer for this, and I don't have access to an iPhone 6 or 6 Plus. All previous iOS devices would always report their width as the width of the device in portrait mode, even if they knew they were in landscape mode. I'm…
LubosB
  • 195
  • 1
  • 10
0
votes
1 answer

Access content in a "private" folder on iOS 8?

I would like to load an image from the Photos folder at /private/var/mobile/MEDIA/DCIM/ on iOS 8. (app runs on an iPhone 6) I noticed the path starts with private, is it possible to read content from the folder regardless? (I'm using Adobe Air and…
Tom
  • 5,588
  • 20
  • 77
  • 129
0
votes
2 answers

ridiculously high storage usage in iPhone 6+

I'm working (helping out) on an iOS app. On most devices the app's stabilized storage use is within 60-80MB. The same app (and same revision) on the iPhone 6+ starts using Gigabytes of data within minutes ... to the point of filling up the storage…
copolii
  • 14,208
  • 10
  • 51
  • 80
0
votes
0 answers

Creating XIB for each viewController compatible for iPhone 6 and 6+

I have one project in which I had crated viewControllers with Xib each for iPad, iPhone5 and iPhone. I had named them like this XYZ.xib, XYZ_ipad.xib, XYZ_4.xib and they are just working fine. I didn't used Auto layout. Now I want to make this…
Rana
  • 451
  • 4
  • 16
0
votes
1 answer

UIImagePickerController iOS8 issue

The problem is with iPhone6 (iOS 8.1 and iOS 8.1.1) and UIImagePickerController I use code: self.imagePickerController = [[UIImagePickerController alloc] init]; [self.imagePickerController setSourceType:UIImagePickerControllerSourceTypeCamera]; …
Paul T.
  • 4,938
  • 7
  • 45
  • 93
0
votes
0 answers

Adapting UIButton sizes to iphone 6 and 6 plus

I am a little lost here. Consider in a landscape mode I have 3 UIButtons which are of equal widths aligned next to each other with a gap and the occupy the entire space of the screen. These buttons were added programatically with fixed button…
Neelesh
  • 3,673
  • 8
  • 47
  • 78
0
votes
1 answer

How to support app for iphone 6 and iphone 6++

my app is live on itune appstore but its showing that it is compatible upto iphone 5/5S. But i had tested the app on iphone 6 and 6++ simulators and it is working fine. What i have to do so that it should show that this app is compatible with…
KsK
  • 675
  • 1
  • 10
  • 22
0
votes
3 answers

Strange behavior UISearchBar on Iphone6

In my app i need to have a UISearchBar inside a cell. Everything works fine, except in the iPhone6. Where lines appear in the search´s background. Any idea why this and only in the iPhone6´s model? My configuration is: Search Style: Prominent Bar…
DaSilva
  • 1,358
  • 1
  • 19
  • 42
0
votes
1 answer

Is there a touch event for the Home button?

iPhone 6 and 6 Plus comes with a Reachability feature to pull down the screen. Is there an API to notify an app when the user double-taps the home button?
ohho
  • 50,879
  • 75
  • 256
  • 383