objective-c - iOS适配问题
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-02 09:35:01
0
1
456

公司项目, 设计只给了5s下的图, 在做的时候发现如果不乘以屏幕比例的话(用的是自动布局), 东西在6p显示的会比较小, 老板让放大, 可是如果要是都按比例放大的话, 那5s, 6, 6p上显示的东西就是一模一样的了, 那这样的话会不会显得6p上的东西太大了呢?
求大神解答, 约束到底是个什么概念啊? 是所有的都乘以比例系数, 然后都一样? 还是不乘以比例系数, 显得小一些呢? 有什么好的解决方案推荐下啊! 拜谢

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
Ty80

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template