We're now ready to create our Login View by subclassing UICollectionViewCell. To speed up the view creation process, I'll use the anchoring system to put the subviews on the screen.
As a bonus, I'll teach you guys how to include padding for the text and placeholderText inside of a UITextField component.
Finally let's take a look at how to manage our view as the keyboard shows up. We'll do some observation and animation :)