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.
AppleのドキュメントにNSLayoutAttributeBaselineは、「オブジェクトのベースライン」に一致することが記載されています。ベースラインとは何ですか?それは底とどう違うのですか?
NSLayoutAttributeBaseline
ベースラインは、などのビューに適用されますUILabel。ベースラインは、大文字の下部が表示される位置になります。他のほとんどのビュー(他のすべてではないにしても)では、ベースラインと下部は同じです。
UILabel