Rizwan Ahmed
Rizwan Ahmed

Reputation: 958

How do I make my iOS application resize correctly to all iphone devices?

I have created my iOS application using Xcode but it works fine with iPhone 6 , but when I try to simulate in any other device the UI gets misaligned. How do I make the application to fit correctly to all the iPhone devices ?

Upvotes: 0

Views: 638

Answers (2)

Yuyutsu
Yuyutsu

Reputation: 2527

Follow these links Autolayout or Autolayout programatically

developer.apple.Autolayout

Upvotes: 1

Snacks
Snacks

Reputation: 513

You should check autolayout. If You google it You should get A LOT of examples and tutorials, here is one of ma favourites: http://www.raywenderlich.com/50317/beginning-auto-layout-tutorial-in-ios-7-part-1

Upvotes: 1

Related Questions