zzheads
zzheads

Reputation: 1482

AutoLayout issue for iPad in XCode

Whats wrong with my layout? Model in XCode as you see view as iPad 9,7, all constraints on place, looks good. But when I start simulator, on same iPad 9,7, I see such weird screen. What I'm doing wrong?enter image description here

Upvotes: 0

Views: 273

Answers (1)

vacawama
vacawama

Reputation: 154711

Your app is configured as an iPhone-only app. You need to set the Devices setting in the Deployment Info to Universal or iPad.

Show Deployment Info setting in Xcode

Upvotes: 1

Related Questions