Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 提供 DP/DIP 来处理不同的屏幕密度。
iOS中是否有类似的东西,还是以某种方式处理不同?
例如,如果我将 UILabel 高度设置为 20,它会在 iPhone4 和 iPhone7 中按比例缩放吗?
谢谢。
通常我们不会给出固定的高度,如果您为标签提供固定的高度,它不会按比例变化。您可以autolayout相对提供布局 ( ) 或以编程方式更改高度以根据屏幕尺寸更改高度。
autolayout