How to make a UIImage from a UIView (Gradients)

Gradients are an awesome part of app design. They can take a flat colour scheme and make it stand out. I was recently doing some work with a progress bar and wanted to add a custom gradient to it. Unfortunately a UIProgressBar can only be set using a flat colour, or an image. You could … Continue reading How to make a UIImage from a UIView (Gradients)