In case you don’t know me, my name is Jake Mor. I’m a software engineer and digital designer from New York. Here’s a simple extension to quickly add gradients to views. Keep in mind — Its not best practice to add extensions to classes as ubiquitous UIView, but its okay for smaller projects. It can easily be adapted to a separate class need be. It’s really easy to use, here’s an example: view.setBackgroundGradient(start: .red, end: .blue, type: .topRightBottomLeft)