Drop the Layout Magic
45 sec read
Really nice utility class to modify the frame of an UIView. Semantically and without the multitude of CGRectMakes, using more readable stuff like:
[view.po_frameBuilder setWidth:100.0f height:40.0f]You can find the class on his GitHub and read about it on his blog.
==Thanks, Sebastian!==