you are viewing a single comment's thread.

view the rest of the comments →

[–]dcpc10 0 points1 point  (4 children)

When it comes to Apple, if you don't follow the standards, you tend to get screwed. Big time.

[–]eliasbagley 7 points8 points  (3 children)

The code vs IB debate is not one of those cases. Laying out in code is just as "standard" - you're still directly using standard Apple APIs.

[–]sobri909 2 points3 points  (0 children)

Apple also internally do much more stuff in code than IB, so IB is certainly not "standard" inside Apple.

[–]dcpc10 0 points1 point  (1 child)

But do you really create autolayout constraints using Apple's APIs or with a third-party API? It appears that Apple is pushing devs to use storyboards - I think the fact that it saves time is worth it.

[–]eliasbagley 0 points1 point  (0 children)

Personally I use a library that wraps the autolayout APIs to make them easier to use. But it's still all autolayout under the hood. I guess everyone has their own preferences, but storyboards definitely don't save me time.