user2526811
user2526811

Reputation: 1253

View is not display proper in iOS

I make a view in storyboard with one view only. It looks good in Xcode but when I am trying to run the app in the device then it does not look good.

see below image in iPhone5C: enter image description here

Help me to solve this

Thanks

Upvotes: 0

Views: 102

Answers (2)

Ashok Londhe
Ashok Londhe

Reputation: 1491

Please Select Proper iPhone Retina Size while designing. Also use 1x, 2x and 3x size images with iPhone 4,5,6 respectively.

Set images With 1x, 2x and 3x sizes. it will solve your problem.

Upvotes: 1

Mohd Prophet
Mohd Prophet

Reputation: 1521

If You are using Xcode 6.x then You have to add a splash screen for all screen sizes,Do it with Images.xcassets.I hope it helps.

Upvotes: 3

Related Questions