What are gray constraints in Xcode view hierarchy debug view?

前端 未结 3 1903
轮回少年
轮回少年 2021-02-12 22:52

I know what the solid ones are: I created them myself. What about the gray ones? Implicit, maybe via size-to-fit? The gray height conflicts with the solid height. Where do the g

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-12 23:34

    I was facing this issue because I added subviews to UIStackView using addSubview instead of addArrangedSubview. -_-

提交回复
热议问题