Tagged Questions
0
votes
1answer
56 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
2answers
189 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
1answer
294 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 ...
2
votes
1answer
55 views
ULabel's center property's value changes depending on which edge it's bound to
Quick version: Why does the value of a UILabel's "center" property change between when it's Size Attribute is bound to the top of it's parent container and the bottom, and what can I do to change or ...
2
votes
3answers
626 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
2answers
206 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 ...
0
votes
1answer
267 views
App crash with 'Could not instantiate class named NSLayoutConstraint'
In a .xib file how do I keep the Autolayout on for iOS 6 but off for iOS below 6.
If I turn it off my .xib doesn't get the proper layout . If I turn it on my Iphone with 4.3 crashes.
Any help would ...
0
votes
0answers
90 views
iPhone 5 size support [duplicate]
Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
I have an app developed in an old xcode (lets say 4.2) , yesterday I downloaded Lion and Xcode and I'm ...
4
votes
3answers
3k views
How to make controls in view not overlap if built by Interface Builder for Xcode 4.5 and iPhone 5?
I am using Xcode 4.5 and iPhone 4 and 5 simulator, and the Interface Builder would add a UIButton in the top half of the screen with a top constraint, and add a UIButton in the bottom half of the ...
1
vote
1answer
4k views
Do I have to create two views for iPhone 4S and 5 [duplicate]
Possible Duplicate:
How to deal with iPhone 5 screen size?
The new iPhone 5 has a 4 inch display.
In IB, I want to make my iPhone 5 view different to my 4S. The 4S version needs a scroll ...

