I feel like it\'s a fairly common paradigm to show/hide UIViews, most often UILabels, depending on business logic. My question is, what is the best
UIViews
UILabels
Subclass the view and override func intrinsicContentSize() -> CGSize. Just return CGSizeZero if the view is hidden.
func intrinsicContentSize() -> CGSize
CGSizeZero