Reputation: 305
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
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