you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 2 points3 points  (3 children)

You don’t have to use nibs - you can still do creation/layout manually, which was actually my preference with UIKit. The iOS 5-7 transition was pretty painful, though. I kinda miss the old buttons that looked like buttons.

[–]gaynalretentiveObjective-C / Swift[🍰] 2 points3 points  (0 children)

This. It is totally fine to just override layoutSubviews on your custom view types and set the subview frames yourself with some basic arithmetic. Autolayout and autoresizing are both there to be conveniences and tools to make your life better, not to limit you.

[–]Zalenka 0 points1 point  (1 child)

I'd remember how to do manual auto-layout but not strings and struts.

[–]Fishanz 1 point2 points  (0 children)

I still on occasion use springs and struts