No architecture needs to have a massive view controller
Use loadView
For Tiny ViewControllers
Write a fully functional ViewController in about 30 lines of code
ViewControllers
? Very tinySo you’re sick of massive view controllers? Me too. Many architectures attempt to overcome this problem in a way that I view as extremely complex for the problem they’re…