I received the following from Apple. I tried fixing the constraints for just iPad but I can get the scroll bar to come on top. How would I fix this? It is an iPhone only app. Thanks
From Apple 2. 4 PERFORMANCE: HARDWARE COMPATIBILITY Performance - 2.4.1
We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 10.2. Specifically, we were unable to register as the sign-up option was behind the amount section.
We've attached screenshot(s) for your reference.
Next Steps
Please revise your app to ensure it runs and displays properly at iPhone resolution on iPad.
Resources
For information on iOS device screen sizes and resolutions, please see the iOS Human Interface Guidelines as well as the Points versus Pixels in the View Programming Guide for iOS.
Additional Information
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.
If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide: - complete details of your rejection issue(s) - screenshots - steps to reproduce the issue(s) - symbolicated crash logs - if your issue results in a crash log
iPhone only
does not prohibit iPad users from downloading it. All this means is that the app is only allowed to run with iPhone display defaults. An iPad user is still able to download and install your app. They simply need to check the preference to also display "iPhone only" apps in their App Store search results. When running the app on their iPad, they will view it at "iPhone resolution". So in order to pass the App Store review cycle, iPad hardware must be supported even if iPad display/resolution is not directly supported. – Sarpedon