Chandu
Chandu

Reputation: 630

iOS 8: Working with resizable iPhone and iPad simulators

  1. Where can I get working documentation for the iOS 8 resizable iPhone and iPad simulators?
  2. How to handle the View Controller sizeable parameters?
  3. How would View Controllers respond to size changes?

Any pointers please?

Upvotes: 3

Views: 3072

Answers (2)

UglyBlueCat
UglyBlueCat

Reputation: 477

I found elsewhere that the trick to getting the resizable simulator to resize is to enter point values, not pixels, so for iPhone 6 you would enter 375 x 667 rather than 750 x 1334

Upvotes: 1

Related Questions