Wednesday, July 11, 2018

UIStackView not showing some of the subViews

When a sub view of a UIStackView doesn't have an intrinsic content size, the UIStackView might not even display it in the UI. So if your subview is missing, try applying constraints to define the position and size of the subview.

No comments:

Post a Comment