Using Gradients in Objective-C with Friendly Helper Classes
I recently came across the need to use gradients in an app and I realised that I had two options. Create an image of the gradient in Photoshop and place it into a UIImageView or create a dynamic UIView that draws a gradient into it. I decided to go for the latter, because I’d need [...]