The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.
0
votes
1answer
185 views
UITableview bottom is cut off on iphone5
Let me preface this by saying this works perfectly on the iphone 4 - retina and regular.
I have a grouped table that has 4 sections. to set it up i use the dispatch_async stuff in viewWillAppear to ...
2
votes
2answers
125 views
Updating the ios5 app (nib files) to support ios6
Recently I am facing an issue updating my ios5 application which is running fine in ios5 to run in iPhone 5 (ios6). The app has nib files, which need to be re arranged according to respective bounds ...
0
votes
0answers
83 views
One screen is missing from app in iPhone 5
recently I uploaded an app to app store after checking all issues in simulator, all were working well. When I downloaded the app in iphone 5 one of the screen is missing and instead of that a black ...
0
votes
0answers
73 views
Changes to screen.xib to accommodate 4" height iPhone
I have just one screen in my app that is not working correctly for 4" height iPhone 5.
In my app, I used a custom navigation bar image at the bottom of the older 3.5 " iPhone. On this bar image I ...
2
votes
0answers
167 views
Any open source games (or apps) for iPhone 5? [closed]
I'm making slight modifications to an open source iOS game for the purpose of running a demo on my iPhone 5, however, the problem is the game is pretty old and not optimized for new iPhone models - ...
1
vote
2answers
139 views
iOS App for 3.5" Screen Size
I'm making a new app for iPhone, and since all the graphics works are done for 3.5" support I don't want to change it for new 4" screens. The problem is when I'm running it in 4" simulator it ...
0
votes
0answers
146 views
cocos2d-x example app crashes when pressing home
If I run the example cocos2d-x on my iphone 5 and press the "home" button, the app crashes and I have this in the console logs:
iPhone locationd60 <Error>: no app type available for ...
0
votes
1answer
110 views
How to run iPhone apps in widescreen mode on iPad?
There is an application that has a design for a wide screen iPhone 5. I have the source code for the application.
Necessary to run the application on iPad with wide screen. I run it, but the iPad ...
0
votes
3answers
89 views
iPhone app retina and nonretina
I have developed both ipad and iPhone app in xcode 4.5 and did it by checking the device :
if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad)
{
//code for ipad.Adjusting sizes for all the ...
0
votes
0answers
58 views
iPhone 5 (4") back screen appearing at the bottom of the screen on the click of the button
Hey this may be a duplicate question but trust me i have tried every single option that was answered previously to the similar questions but nothing turned out to be useful.
I am making an application ...
-2
votes
4answers
138 views
How do I make an app designed for iPhone 5 work on earlier devices? [closed]
I have created an app for iPhone 5 and it is running well.
When the app is run on an iPhone 4 or earlier device, the layout is wrong. Textfields and labels are not in the right position.
My client ...
0
votes
2answers
132 views
New app to run on iPhone 5 like the old apps do (centered in screen with 2 void areas above and below)
I made an app for the iPhone 4 and the screen size is good and all is well... when I run the app on the iPhone 5 though the app isn't centered in the middle of the screen like off of my old apps were, ...
0
votes
1answer
211 views
iPhone 5 specific screen size issues
I'm working on app and need to support iPhone 5's 4 inch screen sizes. I initially designed the app and ran thru the XCode 4.6 simulator targeting iPhone 3.5 inch (retina and non retina displays) and ...
-1
votes
1answer
135 views
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 ...
2
votes
4answers
256 views
How to convert existing height of UIView for iphone 5
Hi I have developed app for iPhone4 now I want to convert the app into iPhone5, I have a UIView named settingsView it is popped up by click of a UIButton. I wanted to know how to adjust the height of ...
0
votes
5answers
292 views
Migrating my app to iPhone 5 resolution
I am migrating my app to iphone app to iPhone 5 resolution. I have seen from other questions in stackoverflow stating this:
Example:
CGRect screenBounds = [[UIScreen mainScreen] bounds];
if ...
0
votes
3answers
102 views
Is there a solution for ios bing maps sdk for armv7s? Or should use bing ajax control v7 into a UIWebview?
Is there a solution for ios bing maps sdk for arm7vs? Or should use bing ajax control v7 into a UIWebview?
I am working in this app that needs bing and got an error saying that the static library of ...
0
votes
1answer
124 views
Sharekit not sharing link to Facebook [closed]
I have follwed the steps as specified in site
I am not able to share the link in facebook. Can anyone please help me.
0
votes
1answer
390 views
Convert iphone 4 app into iphone 5
We have update our application to support both iPhone 4 and iPhone 5 screen size. It is working fine in both simulators but when we install it on iPhone 5 device then it behaves like iphone 4 ...
0
votes
0answers
55 views
Setting UITableView Height programmatically works weird
I have tableview in my controller for which I set up frame programmatically. Lets say each row height for tableview is 40. When I want to present tableview I execute following codes.
double ...
0
votes
1answer
296 views
Problems when trying to support 3.5 and 4 inch screen of iPhone
I started the development of a new app on the iPhone 5 and now I also have to add support for 3.5 inch screens. As you know, there is more space for content on a 4 screen than on a 3.5 screen.
When I ...
0
votes
2answers
80 views
Should I have two nibs to give support to the screens for iPhone 5 / iPhone 4?
I started to work in an App that needs to be optimized for iPhone 5 and requires iOS 5.x or later.
But the scenario where the user has and iPhone 4 with iOS 5.x is possible. But the Autolayout will ...
0
votes
0answers
118 views
Sending Facebook app request through iOS Social.framework
I am using social.framework library in my xcode project of ios. I can share things on facebook wall through this framework but I dont know and didnt find the way to how to send the "facebook app ...
0
votes
0answers
65 views
View frame changed in the iPhone 3.5" simulator from iPhone 4-inch screen xib
I made a viewcontroller XIB as 4" retina screen and put a custom view at the bottom.
And I run the app on the iPhone4 3.5" simulator.
My app should be supported on most of iPhone versions, so I set ...
0
votes
1answer
129 views
IPhone 5 Compatible application using xcode 4.3.3
I have completed my universal application using xcode 4.3.3 but when I run application in iPhone 5 , my application launches in small screen. I also changed the launched image to Default-568h@2x.png ...
0
votes
1answer
157 views
Submitting an iphone 5 optimized app to app store
When I started creating my app in xcode, all of the view controllers in the main storyboard were the iphone 5 4 inch display. So I have finally completed my iphone 5 app, however, when I run the app ...
0
votes
0answers
109 views
iPhone 5 UITableviewcell subview not displaying in device
I developed an application which contain tableview.The table cell has three subviews added.My problem is that the table is displaying the data well in iPhone 4s but it is not showing the data in ...
1
vote
0answers
29 views
Lauch and Splash screen issue for Lite and pro version for iOS app on iPhone 5
I have developed an iOS Universal app that is to be supported for iPhone 5 screens.Now the hing is that the application is supporting Lite and Pro version and they are housed in the same Xcode ...
0
votes
0answers
246 views
iPhone 5 Retina: Custom Email Templates Scrolling Horizontally (Display Bug)
I'm hand coding several email templates. They look great on iPhone 4/4S and desktop, but for some reason there is a horizontal scrolling that occurs on the iPhone 5 Retina. I'd like to avoid any ...
0
votes
0answers
107 views
Background image Magnifying/Zooming in iPhone 5 Simulator
I have been making an app over the past few months for the sake of progressing my knowledge of coding. Having left most of the visual side of the project to the end I have only recently come across a ...
0
votes
4answers
422 views
iOS Button Positioning for iPhone 5
my app consists of three buttons that I'm creating programmatically and are positioned right below my navigation bar. The issue I'm having is that while running my app in the simulator, the buttons ...
1
vote
2answers
131 views
How to get iPhone mute setting programmatically ?
My app wants to know the current mute setting of iPhone. Is there a way to achieve this? I see some solutions in google, but they don't work on my iPhone5. Any example codes or open source solutions?
-1
votes
2answers
126 views
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 ...
0
votes
2answers
295 views
iPhone 5 vs iPhone 4 Screen sizing
I have been developing a cocos2d app for the iPhone. I have been testing it solely on my iPhone 5. Everything looks great on it, but when I test it on the 3.5 inch simulator iPhone, some buttons go ...
0
votes
1answer
187 views
Black lines on iPhone5 with old apps
I got an old app, wich is compatible with 3.5 inch displays, like on iPhone4S and older.
This is app's screen:
When i tried run this app on iPhone5 simulator it looks really bad!
Apple promis that ...
0
votes
1answer
95 views
App update with support of iPhone 5 and white strip issue
I have an existing app I had to update, and I decided to support iPhone 5 on it.
To do that, I made a new splashscreen and checked all my xibs to fit the new size.
As the update is released, I wanted ...
1
vote
1answer
269 views
QR code scanning issue zxing iOS 6.0.2
i am working on an application where we need to scan QR codes for iPhone.
I am using zxing API for it. App is working great with iOS 6.0.1 but it's not working right with the latest release of iOS ...
0
votes
0answers
74 views
Positioning on the bottom for iphone5
I'm getting really confused here. My data picker is not positioning properly on the bottom of the screen. It's ok on 3,5' but not ok for 4'. I can't use autolayout. I hope the language won't get you ...
0
votes
0answers
21 views
Video capture toolbar becomes solid after setShowsCameraControls:YES 4" screen
On a 4" screen (iPhone 5) the toolbar holding the controls for UIImagePickerController for video is usually clear, but when setting showsCameraControls NO then YES later it becomes opaque black. Is ...
0
votes
2answers
132 views
iPhone 5 simulator and media query
i have seen the answer here on how to get the media query of iPhone5
@media
only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px),
only screen ...
1
vote
3answers
539 views
jQuery-animation on touchend after scrolling on iPhone5
I have a pretty strange problem with the jQuery animate() function on an iphone 5. The scenario:
I attach an event handler to the touchend event on an element, starting an animation. Usually this ...
0
votes
1answer
27 views
UIview clear a zone
This is an inherited code, I would like to change as few as possible, just give support for iphone5 (taler) screen size.
Somewhere I have a code like this:
[self.view ...
0
votes
1answer
167 views
UIBarButtonItem on UINavigationBar not responding on iPhone 5
I have a problem - my app got rejected 3 times for the same reason, "Selecting the Action button does not produce an action". Apple said the "share button" isn't working as well.
On my devices (ipod 4 ...
0
votes
1answer
257 views
UINavigationBar missing image on iOS 6
I'm working on a proyect that was built a while ago for iOS 4.2.
I had to work on resizing a few views for iPhone 5 etc. Everything works perfectly except for a NavigationBar that is missing the ...
0
votes
1answer
113 views
What image sizes do you use in Xcode for iPhone5 Storyboard
When creating an iPhone5 storyboard, what images do you use inside of Xcode. Since the iPhone5 is retina only, then all of your graphics have to be doubled, and yet the coordinates are all 1/2 of ...
0
votes
2answers
370 views
Display different xib files based on iPhone screen size
I've made a few apps now that work on iPhone 5 and iPhone and it's really becoming a hassle to program and resize everything based on the frame.view.height so this time I made to views in my xib file, ...
2
votes
2answers
377 views
adjust table view size in iphone 5
I have created an universal app and i run it in iphone 5 simulator i.e. iphone retina 4. All is working fine but a table view size is not appropriate.Actually, i have that table view completely above ...
0
votes
2answers
90 views
Make an App Complible with iO5 5 & iOS 6 Using constraints [duplicate]
Possible Duplicate:
Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5
My boss want me do to an App compatible with iPhone 5/4/4S and iOS 6/5
Is it possible ?
...
0
votes
1answer
18 views
Using launchImage but keeping boundries in iphone5
Is there anyway I could add a launch image using “Default-568@2x.png” but not run at 4" native resolution and keep boundaries.
I want to have a launch image, but want to keep everything else the ...
3
votes
1answer
2k views
ipa failed to install in itunes 11
I have tried this so far but still no luck my app is not installing onto some devices.
Here are the steps.
Added UDID of 3 devices (2 X iPhone 5, iPad 4).
Modified Development Provisioning Profile ...




