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
-1
votes
2 answers

Two storyboards for different iPhones (3,5 and 4')

I write application for a 3.5-inch on one storyboard and for 4 inches in another stroryboard. As a delegate at startup check under what device is enter in and from there method can be carrying launch storyboard or iphone 4 or iphone 5 (because the…
-1
votes
1 answer

Mellow with the iPhone 5 yellow?

I am building an app which uses some nice calm green and yellow colours. However, on the iPhone 5 'yellow screen' theses colours lose their charm and are actually quite sharp. My question is: is the iPhone 5 yellow screen so common that I should…
Custom Bonbons
  • 1,609
  • 2
  • 12
  • 17
-1
votes
3 answers

Installation issue with iPhone 5 with iOS 6.0.1 and xcode 4.5.2

We have been facing a special scenario for the last week and can not find any solution for it. Here is our configuration info: Development tool Xcode 4.5.2, iOS 6.0.1, deployment target 5.0, universal app (iphone+iPad application) My partner has an…
iPhoneDeveloper
  • 179
  • 1
  • 8
-1
votes
2 answers

black space below tabbar on iphone 5

I'm currently developing a new app. This app has a login screen. When you login. You go to a tabbar controller. But below my tabbar there is a black space. You can see it below here. Anybody has an idea how to get this right?
Steaphann
  • 2,797
  • 6
  • 50
  • 109
-1
votes
2 answers

how to create iphone application which is compatible for iphone 4 and 5 screen sizes

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I have two sets of images.One set of images to iphone 4 background images and other set of images to iphone 5.How can I use these two image sets to create my…
harshiYL
  • 251
  • 2
  • 4
  • 13
-1
votes
1 answer

Apps in iOS having design issues

I have an app in app store.In iPhone 5 i am facing a issue related to the look and feel of the app.If the app is opened in iphone 5 then there is a black space coming at the top and bottom of the screen. I have checked in various apps present in the…
dead_soldier
  • 429
  • 1
  • 5
  • 18
-1
votes
2 answers

What to check in order to support the iPhone 5's longer screen?

Possible Duplicate: How to deal with iPhone 5 screen size? The iPhone 5 comes with a longer screen (1136x640 vs 960x640), what should be taken care of in order to support the new (and old) resolutions gracefully?
ohho
  • 50,879
  • 75
  • 256
  • 383
-2
votes
1 answer

How to connect with iPhone 5s in Xcode 14.3?

My MacBook is running macOS Ventura 13.4.1. I stopped my research after receiving information that my Xcode version does not support my phone version. But I thought maybe there is a solution and wanted to ask. The iPhone 5s is running iOS…
cansev
  • 16
  • 2
-2
votes
2 answers

How can I code an iOS app while on my iPhone without a pc

Is it possible for me to develop and iOS app on my phone? I wanna either code an app off my iPhone 5 or just make my website into an app. Is there somewhere I can go to do this or is it not possible?
Krazi mike
  • 13
  • 5
-2
votes
1 answer

iPhone 5 vs iPod Touch for development

I am currently developing iPhone apps on my iPhone 4 but I need a larger screen to test and develop on. Rather than buying a new iPhone 5 to test on (as rumour is that the iPhone 6 is about to be announced), I was thinking of buying the latest…
heyred
  • 2,031
  • 8
  • 44
  • 89
-2
votes
1 answer

How to build an ipa file from a xCode 5 project without developer membership?

I have appSync for iOS 7 in my Jailbroken device, so I'm only looking for export a project to a ipa. Is this possible without having a developer membership from Apple as that costs 99 dollars per year.
Juan Manuel Ramallo
-2
votes
2 answers

iPhone 4 and iPhone 5 compatible app - Storyboards or Autolayout?

I should create an app compatible with the screen sizes of the iPhones 4 and 5. On the web I found some ways to organize my project. The best ways to do it are to: create two storyboards,call one when screen size is 568 and the other when screen…
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
-2
votes
1 answer

Making an Old iOS App compatible to iPhone 5 creating issues

I have an iPhone App which is around two years old. Now i tried making this App compatible with iPhone 5 but its creating one issue. I am not able to detect touches or tap on the extra lower portion added for iphone 5. I am not creating views…
-2
votes
1 answer

PayPal Integrtaion in Iphone5

I am working on Restaurant Application in iPhone using PayPal payment gateway for purchase of particular menu item. Will Apple approve this Restaurant Application? anybody suggest some guidelines to tackle this. Thanks in advance.
-2
votes
7 answers

coding for iphone 5 screen

I have taken a universal project. I have coded for iPhone 5 screen but it doesn't detect it. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { //ui for ipad } else if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { …
user2050884
  • 59
  • 1
  • 5
1 2 3
41
42