My iOS application has just been rejected for the following reason:
iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution
I use Autolayout to size for all 4 device resolutions. Unfortunately, this means the app scales on iPad instead of running in iPhone mode. Is there an easy fix for this without hard coding each of my views for iPad?
The app is set to iPhone-only in the app's project settings.
Images