Apple does this for most of UIKit. You just pass in a tintColor to elements and it automatically generates a nice (in most cases anyway) gradient from it.
I came across this gloss gradient function but the result is far from what I'm looking for. I know there are also UIColor extensions that add methods such as "lighterColor" and "darkerColor" but I doubt they were made to generate gradients (and therefore would produce fugly gradients).
Is there any 3rd party class or function out there that does this in similar fashion to how Apple does it?