Questions tagged [iphone-5]

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

Resource

623 questions
0
votes
0 answers

Code for iPhone 5

I am trying to load a custom image if the device is iPhone 5. In my Simulator I selected hardware->Device->Retina 4 inch. Now with the code below [UIScreen mainScreen].bounds.size.height * [[UIScreen mainScreen] scale] I expected to see the value…
user1191140
  • 1,559
  • 3
  • 18
  • 37
0
votes
1 answer

UIView is not resizing on iPhone 5 Simulator

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I have UIViewController with a view that is 320x480. I made autoresizing mask setup for UIView to stretch it horizontally and vertically. But when I run it on…
Alex Dolton
  • 65
  • 1
  • 7
0
votes
1 answer

Early submission to App Store to support iOS6 and iPhone 5

I'm preparing an update for my app to be fully compatible with iOS6 and iPhone5 display, so it would be great to submit it to the App Store before they are released to the public, to allow anyone to use enjoy it from Day1. Apple says that developers…
flip79
  • 1,178
  • 2
  • 15
  • 28
0
votes
1 answer

Do apps need to be modified for the iPhone 5's screen?

Possible Duplicate: How to deal with iPhone 5 screen size? The iPhone 5 has a bigger screen than all previous models (4 inches instead of 3.5). How will this affect current apps that were designed for the original screen when they're displayed on…
Alex G
  • 2,299
  • 5
  • 37
  • 54
-1
votes
2 answers

Create app on iPhone 5&4S after creating app on iPhone6

I have created an app for iPhone 6. I can launch it on an iPhone 5 or 4S, but since the screen is smaller, I have some design issues. For example I user a UITableViewCell, and each RowHeight equals 560. I also have four square buttons equaly…
skifen128
  • 35
  • 3
-1
votes
1 answer

iOS project works in simulator but not on iPhone 5

I have finished my project in Xcode 6. Tested on simulator. Everything works fine. So installed app on my hardware. (iPhone 5 ) however looks like prepare for segue and unwind to segue methods does not get called. Due to this properties I set in…
user2511630
  • 3,214
  • 2
  • 17
  • 15
-1
votes
1 answer

I can not install ipa on my device

I do not understand because if I have my device udid iphone 5 with ios 7.0.4, it fails to install the ipa, but other devices that works for me ... I need help
user2652032
  • 85
  • 2
  • 9
-1
votes
1 answer

iOS 7 32bit and 64bit project Build Xcode 5

I have already convert 32bit ios7 project in 64bit mode with Xcode5. Now I want to test it in latest iPhone device ? Are there any changes or requirement needed to test the Project? What are the other option to test this project without iPhone…
Opu
  • 190
  • 1
  • 1
  • 9
-1
votes
1 answer

compare iPhone5 and iPhone5S with coding

As we've started to work with iOS7 - and facing some issue during coding - i.e. how we can compare iPhone5 and iPhone 5S - So that we can check either the system is 32bit or 64bit and can use variables accordingly.
HpSingh
  • 9
  • 1
-1
votes
1 answer

how to update my applications iOS7?

I am a iOS developer.I have to update my old applications for iOS7.I developed my old apps in iOS6 and XCode4.Now, I try to execute iOS7 ,but doesn't work iOS7.How to compile and execute my old apps in iOS7.How to use XCode5?Do you know any idea?
-1
votes
1 answer

UIAlertViewStyleSecureTextInput not working with ios 7

i have a issues to use a uialertView with a TextFiled in ios 7. UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"title" message:nil delegate:self cancelButtonTitle:@"ok" otherButtonTitles:@"cancel", nil]; alert.alertViewStyle =…
-1
votes
2 answers

How much time does it take to install iOS7 Beta 4 on iPhone5 (A1428 model)?

I downloaded the .ipsw file for iOS 7 Beta 4 from Apple's developer website and started installing it using iTunes. iTunes completed its operation and gave message that iPhone will restart automatically once installation complete. I've been waiting…
-1
votes
1 answer

LazyLoad Plugin by Mika Tuupola not working on Iphone 5/4s but works on ipad 3 using iOS 6.1

I'm having an issue with lazyload on the iphone 5 and 4s. For some reason, when I scroll down the page, it loads two images in the viewport, when there are 9 in the viewport, then i scroll down, only another 2 images are loaded, and again, etc. …
Masu
  • 1,568
  • 4
  • 20
  • 41
-1
votes
2 answers

Query for all smartphones in portrait orientation

What im trying to achieve is a media query that will work only on all smartphone on portrait orentation I was using so far this one, but it isnt working in iPhone 5. Why is this? @media only screen and (max-width:800px) and (orientation: portrait){ …
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
-1
votes
1 answer

Change style of Segmented Control in code

I'm developing an app, and to make use of the extra space in the iPhone 5 screen, I would like to change the style of this UISegmentedControl. So, this involve two parts. First, detect in code if it's an iPhone 5 and then change the style. In the…
Gonzo
  • 1,533
  • 16
  • 28