What is the relationship between UIView's setNeedsLayout, layoutIfNeeded and layoutSubviews?
- by Tarfa
Hi all. Can anyone give a definitive explanation on the relationship between UIView's setNeedsLayout, layoutIfNeeded and layoutSubviews methods? And an example implementation where all three would be used. Thanks.