I recently developed a simple UIView subclass that shows a linear gradient.
Today, I took the opportunity to publish it on GitHub, using the name GradientView.
It allows developers to integrate a gradient (between two colors) in a simple way.

Thanks to IBDesignable, the resulting view can also be displayed in the InterfaceBuilder, which helps developers to design their user interface in an interactive and responsive way (buzzwords: what you see it what you’ll get).
In the following weeks, I guess, a few other (at least one) new projects will follow.