I have three arranged subviews inside stackView like this: my "Rec" Label and "00:00:00" Label have their bottom and top portion clipped. i don not want that
Constraints For square red View: Height = 10px Width = 10px
Constraints For "Rec" and "00:00:00" label - None
Constraints for StackView:' center vertically In Safe Area trailing Space to safe Area 30px
Please ignore the white background view, its there just so i could show the clipping of my labels..it does not have any constraint.
i would like a way where stackViews height gets decided by the intrinsic content size of "Rec" or "00:00:00" label. whichever has bigger height.