Tagged Questions
0
votes
0answers
14 views
Upgrade xibs to iPhone5
We have iPhone app which was built 2 years ago. Right now we are going to convert it to suit for iPhone 5. The major works will be converting the existed xibs into two versions: one is for keep same ...
0
votes
2answers
217 views
Vertical centering view, autoresizing and iPhone 5 4" screen
I have some custom buttons I add to the view in -viewDidLoad. I want them centered vertically inside the view, like so:
self.customButton.center = CGPointMake(98.f, self.view.center.y);
However, ...
0
votes
2answers
131 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
180 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 ...
11
votes
6answers
10k views
Same xib for iPhone4 and iPhone5 possible?
Is there any way I can design my classes for both iPhone4 and iPhone5 using the same xib?
8
votes
3answers
2k views
Can I use two xibs with one viewcontroller - re: porting to iPhone 5
I just submitted my first app to the app store (yay it was just approved!). I now want to update it to work with (look nicer on) the larger iPhone 5 screen. I don't intend to change anything other ...