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
I build category to update constraints easily:
[myView1 hideByHeight:YES];
Answer here: Hide autolayout UIView : How to get existing NSLayoutConstraint to update this one