Sep 1, 2018 · 1 min read
Loved this line.
It turns out UIView has contentMode property which manages how it behaves when bounds change. In terms of UILabel we can treat it as an anchor for text while label gets resized. Changing it can be done directly in Interface Builder and desired value is “Top Left”: