What is _UILayoutGuide?

前端 未结 3 1434
感动是毒
感动是毒 2020-12-31 10:06

I need to know about _UILayoutGuide, like what it is, what it does and why it present in the hierarchy of UIView as a subview with alm

3条回答
  •  粉色の甜心
    2020-12-31 10:25

    UILayoutGuide is normally referred to -topLayoutGuide and -bottomLayoutGuide, those are not really constraints, but they are view elements conform to a protocol called UILayoutSupport.

    You can find more info about that protocol here. The value is often 0 but you should pay a lot of attention where you ask their size.

提交回复
热议问题