Guideline 4.0 - Design
Several screens of the app were crowded, laid out, or displayed in a way that made it difficult to use the app when reviewed on iPad Air (5th generation) running iPadOS 18.5.
Next Steps
To resolve this issue, revise the app to ensure that the content and controls on the screen are easy to read and interact with.
Note that users expect apps they download to function on all the devices where they are available. Since your app may be downloaded onto iPad devices, it is important that it also function as expected for iPad users.
Resources
- Learn foundational design principles from Apple designers and the developer community.
- Learn more about designing for iOS in the Human Interface Guidelines.
- See documentation for the UIKit framework.
- Learn more about design requirements in guideline 4.
문제
아이패드상에서 화면이 정상적으로 보이지않음
해결
UIDevice == .pad 를 활용해 아이패드에서 다른 화면 비율을 갖게함 ( Supported Destinations 에 iPad도 추가해야 인식 )