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
I was facing this issue because I added subviews to UIStackView using addSubview instead of addArrangedSubview. -_-