NSLayoutAttributeLeading

NSLayoutAttributeLeading

本文介绍了NSLayoutAttributeLeft与NSLayoutAttributeLeading之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iOS自动布局中 NSLayoutAttributeLeft NSLayoutAttributeLeading 有什么区别?

What is the difference between NSLayoutAttributeLeft and NSLayoutAttributeLeading in iOS autolayouts?

推荐答案

领导并不总是意味着左。
对于RTL编写的语言(语言环境),对象的对齐矩形的前沿将位于对象的右侧。

"Leading" is not always means "Left". For RTL-written languages (locales) leading edge of the object’s alignment rectangle will be located at the right side of the object.

来自:

这篇关于NSLayoutAttributeLeft与NSLayoutAttributeLeading之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 15:23