-2

I tried it in build settings but its not working, images are not getting bigger in iPad they are looking small and almost same as iPhone display, its working perfectly on all iPhone devices, where as it displaying small on IPads, any solutions to solve this problem, please help me, advance thanks for every one

Sandpie
  • 31
  • 5

1 Answers1

-1

If you have the same UI for iPad then you don't need to do anything if you're supporting iPhone 4 device support for your app. As any app supports iPhone 4 can smoothly runs on iPad device as well. However, if you have a separate design then you required to take a separate storyboard for your iPad design everything as per the requirement. With Xcode 6, Apple introduced size classes which made easy to develop an universal app too.

I would like to add some links that should guide you to start.

Developing universal in Xcode 6

Other Links:

Universal App Link 1 | Universal App Link 2 | Universal App Link 3 | Universal App Link 4

Community
  • 1
  • 1
Hemang
  • 26,840
  • 19
  • 119
  • 186