View Structure Diagram

The core concepts I learned in the last lesson is injecting a custom control into your code. Doing so free’s up the main ViewController from code bloat. It also allows for us to reuse the custom control in multiple locations without much more than a line of code or two.