0
votes
1answer
61 views

First UIView not autosizing to fit iPhone 5 or iPad

I have a simple app with multiple UIViews. I've recently begun work to create a universal app out of it get the auto-sizing and rotation of views working with the iPhone 5 and iPad. On my very first ...
0
votes
4answers
81 views

iPhone 5 code migration

I have an application written for iPhone 4s screen resolution and below. Now I would like to migrate it to iPhone 5 screen resolution. I read a lot of answers online and I am pretty much clear with ...
0
votes
1answer
58 views

Custom UITableViewCell limited user touch response on iPhone5 only

I have a custom UITableViewCell which contains a UIButton and the cell itself responds to UIControlEventTouchUpInside. The cell behaves as it should in the iPhone simulator and all versions of the ...
1
vote
1answer
70 views

UIButton not touchable - customizing from iPhone 4 to iPhone 5

I am working on my app to make compatible to iphone 5. In the following code, donebutton works for iphone 4, but when it comes to iphone5 it is not touchable! I dont know why? float ...
1
vote
2answers
83 views

Customize UIButton to make compatible to iPhone 5

I am working on my app to customize button accordingly. However once I change my button accordingly, now it has became irresponsive. You could see my code as follows. By the way, this button still ...
2
votes
1answer
61 views

UIButton Changing Position

I have a button set up in IB. I have an IBOutlet set up and the onscreen object linked to it. Is there a way to programmatically change that buttons position and/or size? I know you can change the ...
1
vote
3answers
73 views

Button position changing accordingly - customize for iPhone 5

I am working on my app to customize for iphone 5. I have button and want it to customize accordingly. I have placed my button by drag and drop and placed where it should be. Now I would like to ...
0
votes
1answer
133 views

Error with iPhone retina 4-inch Launch image

Here is my problem. I've added a new image to my project to have a launch image for the iPhone 5. It is named Default-568@2x.png as required. I've placed this image in my project directory, and then ...
0
votes
2answers
125 views

position of UILabel to make compatible for both iPhone 4 and iPhone 5

The simple code for making an UILabel for my App is UILabel *todaysGame = [[UILabel alloc] initWithFrame:CGRectMake(10, 60, 300, 250)]; todaysGame.text = @"Today's Game"; todaysGame.backgroundColor = ...
8
votes
6answers
388 views

iOS Project Update Xcode 4.2 to Xcode 4.5

In my Project I have done 90% development using XCode 4.2 (was only need to support 4.x,5.x), Now I need to Build for iOS 6 as well, so I switched to Xcode 4.5 & iOS 6. But I am facing lots of ...
0
votes
1answer
59 views

How to update an app comprised entirely of images for the iPhone 5

I need to update an app which was written for the iPhone 4 screen size to work on the iPhone 5. I have read on SO about AutoLayout and so on, but the problem is that each screen in this app is made up ...
0
votes
0answers
32 views

iOS >> Adjust UICollectionViewCells Size for 4/3.5 inches screens

I'm trying the UICollectionView feature (it's a very nice one...). One thing is not clear - how to support both 4 and 3.5 inches screens in relation to the UICollectionViewCells size. I want to have ...
0
votes
2answers
313 views

Xcode - Interface Builder and iPhone 5 images

I'm using IB to assign images to UIImageViews. I know that for retina images you need two images: the non-retina resolution .png and the @2x.png. I just assign the normal image in IB and when the ...
0
votes
0answers
62 views

Button doesn't work on iPhone 5, works on iPhone 4S [duplicate]

I have a very strange issue. I have no device specific code. I'm not even using autolayout since I'm targeting back to iOS 4.3. So I tested on my iPhone 4S, and everything was fine. Sent it out for ...
0
votes
1answer
226 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 ...
-1
votes
1answer
174 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 ...
0
votes
1answer
171 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
123 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 ...
2
votes
2answers
501 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
109 views

detailTextLabel.text not showing, on iPhone 5 only

I've solved this but it's worth sharing as I couldn't find anything on this. I had a subclass of UITableView, with a detailTextLabel.text that was not displaying. The detailTextLabel object itself ...
1
vote
2answers
80 views

developing for iPhone 4 and 5 still need @2x?

if developing for only 3.5 and 4 inch retina screen, do I still need a foo@2x.png? or can I just do foo.png Thanks
5
votes
3answers
485 views

How to remove iPhone 5 compatibility from Xcode project?

Accidentally I allowed Xcode to add the iPhone 5 launch image for a massive app project where I don't want to adapt to iPhone 5 just yet. I deleted the launch image but the simulator keeps launching ...
1
vote
2answers
585 views

IPhone 5 optimize old xib

This is my problem: I need instructions on how to fix the 3.5 inch xib for the 4 inch screen. I have already loaded the Default-568 img so I no longer have the letterbox layout. I have the ...
2
votes
3answers
746 views

When on iPhone 5, UITableView cuts off in 3.5 inch format

For some reason, the UITableView cuts off when on an iPhone 5. Instead of seeing the table view on the entire screen, I just see a blue background. Basically, it's behaving like I'm using a 3.5" inch ...
0
votes
1answer
278 views

How to resize views for iphone 5 WITHOUT autolayout

I'm using storyboard. I've been getting errors the past two weeks trying to get a custom page view controller to work http://www.wannabegeek.com/?p=168. I finally figured out that this particular ...
0
votes
0answers
107 views

UINavigationBar does not position correctly on 4“ or 3.5”

I'm having a really hard time making my application work with the new iPhone 5's screen. I can have the layout all set up for the 3.5" screen but when I change it to the 4" everything moves around ...
0
votes
3answers
365 views

How to simply switch from iphone 4 size to iphone 5 size?

I would like to know how could I make my application enable for iphone 5 standards (especially screen-size). I currently have an application designed for iPhone 4 so all the views are 460 px height. ...
-1
votes
2answers
163 views

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 ...
0
votes
2answers
186 views

iphone 5 showing white strip at bottom

My app works fine in iphone 4 but my iphone 5 showing this below white strip. I have added Default-568h.png too but issue is still there. What should I do?
0
votes
1answer
162 views

How to show iPhone5-Splashscreen with PhoneGap V1.x

Is there a way to hack PhoneGap 1.0 to make it show the correct splashscreen on iPhone5 to avoid the white flash of the webview? I can controll the splashscreen with if(navigator.splashscreen) ...
1
vote
2answers
199 views

background image in retina 4

I am using the following code to set a background in my iphone app. [[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"background_final.png"]]]; The problem is ...
-1
votes
2answers
386 views

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

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 ...
1
vote
1answer
260 views

UITableView static cell resize for iPhone 5

I have seen the many threads on dealing with the iPhone 5 screen, and I have a Default-568h@2x.png added. The top view of my App resizes accordingly, but I have a container that contains a ...
0
votes
1answer
107 views

iPhone 5: view size changes after playing a video

I'm in the process of updating an older app I've developed to new iphone 5 screen dimensions. I have a page that I was able to stretch vertically but I have a weird issue. Problem Currently the page ...
1
vote
2answers
180 views

Is it possible to test your app on iPhone 5 using the 3.5 inch form factor in Xcode?

When I am building an application for both the iPhone 3.5 inch & iPhone 4 inch, is it possible to test both form factors using the iPhone 5, instead of having to keep switching between phones? I ...
1
vote
1answer
213 views

iPhone 5 device and simulator differences

Im developing an app that should work on iOS 4 and above, i just tested the app for the (ios6 iPhone5) on the simulator, because im in Jordan, Middle East; and iPhone5 didnt arrive to our country, ...
1
vote
1answer
982 views

Make iPhone 5 Layout Completely Independent

I'm using a Storyboard for my app and I'm trying to make it iPhone 5-compatible. However, enabling Auto-Layout messes everything up - frame changes later in the code don't work and so on... Is there ...
0
votes
2answers
225 views

UIView Retina 4 doesn't work

I'm trying to update my application to catter for iPhone 5 4 inch retina screen. I'm using custom nibs for different screen size versions as I want to show something different and make use of bigger ...
11
votes
2answers
9k views

purgeIdleCellConnections: found one to purge conn=0x1ddde360

I cannot find a proper solution to this problem. I think someone can help me to clear this bug. Summary: When I use a 3G connection to test my app on the device, by the time the console shows this ...
0
votes
3answers
95 views

Can iOS appllication be deployed on iPod touch device?

I'm working on iOS application that is intended for iPhone 5. Since I don't have available iPhone 5, only iPod touch, I tried to debug it on iPod. But warning message "No provisioned iOS devices are ...
1
vote
3answers
445 views

how iPhone 5 apps will work on older iPhones? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? how iPhone 5 apps will work on older iPhones? For example, if I create an app to take advantage of the 4 ...
0
votes
1answer
406 views

iPhone 5 Auto Layout not Correct

The new iPhone screen has screwed up my app. On the iPhone 3.5 inch screen, everything is out of place. I have two different views in the same storyboard I have tried out detecting and trying to ...
0
votes
1answer
637 views

iPhone 5 won't load images from server

I'm stumped, I feel stupid, please help me. I am fetching a list of wallpaper objects via JSON. These wallpapers have image URLs that I load asynchronously into a grid view. All good. An example ...
0
votes
2answers
5k views

Adjust iPhone 5 Screen Size Without Using Autolayout

Enabling Autolayout in .xib or .storyboard and adding a splash screen of 640px by 1136px enables iPhone 5 resolution support for the taller screen. However, doing so, my app started to display some ...
4
votes
1answer
1k views

How to specify image resources for 4" screen? [closed]

In the Xcode I have like this: In a MyViewController.m I am loading the image and nicely it is loaded the @2x when needed ( on retina) tableView.backgroundColor = [UIColor ...
14
votes
2answers
6k views

How to switch to different Storyboard for iPhone 5?

Just as an app utilizes different storyboards for iPad and iPhone, I would like my app to use a different storyboard for the iPhone 5. Since there is no option in the Info.plist to select default ...
3
votes
1answer
733 views

How can I support the larger iPhone 5 screen with an older version of Xcode?

I have developed an iOS app using Xcode 3.2 and I would like to release a new version of the app that supports the larger iPhone 5 screen. I have tried the following in the Application Delegate: ...
0
votes
4answers
6k views

iPhone 5 Applications (4 inch Screen) [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I'm (still) trying to convert one of my iPhone applications to iPhone 5, but it still looks like this in ...
0
votes
1answer
209 views

How do I add resizing without IB

Since starting with iPhone app development (last 9 months) I have only used IB. I have a project to work on already built by another developer that I need to optimise for iPhone screen. No problem in ...
3
votes
2answers
2k views

Resizing UIScrollView for 3.5 and 4 inch screen sizes

I am currently working on updating my application to support the new 4 inch screen size. I am noticing a few UI issues, particularly with UIScrollViews. I would like to get a scrollview to stretch ...

1 2