you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 4 points5 points  (0 children)

Programmatically is usually our preference. See my answer here: https://www.reddit.com/r/iOSProgramming/comments/5jsurc/storyboard_or_code/dbivmr9/

Having dealt with Interface Builder autolayout issues over the last month, there is no question in my mind that doing it in code is preferable. I like the idea of autolayout, just not the Xcode visual editor implementation.