user2892270
user2892270

Reputation: 305

How to simulate different size iPhones in the same time?

Looks like the iPhone simulator came with xcode can only simulate one device each time. Is there anyway I can simulate different devices in the same time?

Upvotes: 1

Views: 83

Answers (1)

rob mayoff
rob mayoff

Reputation: 385500

You can't simulate multiple devices simultaneously. But if you're just trying to look at your storyboard/xib layouts at different sizes, you can add multiple devices to Xcode's preview assistant. See “Previewing Your Layout for Different Localizations, iOS Devices, and iOS Versions” for details.

Upvotes: 2

Related Questions