Learning how to write programmatic views (no storyboard)?

A lot of big companies or teams with multiple engineers working on the same app tend to work without storyboards for easier version control.

Any chance we can get some tutorials on creating programmatic views without storyboards for iOS? This seems like something which is important to cover as part of the iOS path.

In the meantime, does anyone have resources they can recommend on getting up to speed?

Check out Implement a Custom Control in Apple’s documentation archive. That should give you an idea to get started.

Have fun!

Matt Neuberg’s two iOS books use code to control the UI.

This topic was automatically closed after 166 days. New replies are no longer allowed.