Note to self!
UIView life cycle.
sizeToFit ends up calling setFrame! So make sure you do not call them both in layoutSubviews. Its one or the other.
UIView life cycle.
sizeToFit ends up calling setFrame! So make sure you do not call them both in layoutSubviews. Its one or the other.