I have decided to create my UI programmatically as oppose to storyboards to avoid merge conflict nightmares and a few other things. However, I'm running to a few problems:
- How would I do size classes?
- My
viewDidLoadmethods are usually very large which reduces the readability of the code. Any suggestions or best practices?