Even if you scale it proportionally, there may still be imperfections at a certain resolution. You can make some optimizations based on the current screen size instead of all proportional processing.
I now use hand-written code for automatic layout, and basically abandon adding constraints in storyboards.
Recommend the third-party automatic layout framework pureLayout
Even if you scale it proportionally, there may still be imperfections at a certain resolution. You can make some optimizations based on the current screen size instead of all proportional processing.
I now use hand-written code for automatic layout, and basically abandon adding constraints in storyboards.
Recommend the third-party automatic layout framework pureLayout