In order to view this lesson, you must purchase this course.
Having seen how verbose and time consuming it can be to layout views with UIKit, let's make our lives easier by creating an extension that does all the heavy lifting in one single line of code.
Finally we will refactor our layout code to use this extension method and examine the amount of work we'll save now and moving forward.