Eugene Trapeznikov
Eugene Trapeznikov

Reputation: 3240

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: enter image description here

When i tried run this app on iPhone5 simulator it looks really bad! enter image description here

Apple promis that all old apps will appear with black lines on top and bottom! How should i do it? I don't want to refactor all my code from xib files.

Thanks

Upvotes: 0

Views: 504

Answers (1)

Joris Kluivers
Joris Kluivers

Reputation: 12081

Did you add launch images (like [email protected]) for your app? This will signal iOS to stretch the app to the full display. Apps without will be displayed with black borders at the top and bottom.

Also see this question + answer on how to fix this:
Undo auto resizing for iPhone 5 screen after adding [email protected]

Upvotes: 3

Related Questions