OBGradientView is a simple UIView wrapper for CAGradientLayer. It is a plain UIView whose layer is a CAGradientLayer. It is useful if using a view is more convenient than using a layer, e.g. because you want to use autoresizing masks.
View Source
https://github.com/ole/OBGradientView
