iOS, Objective-C, Swift, Design and Whatever Comes in Mind
‹ Back to the Blog

Open-Source Project: GradientView

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.

A screenshot of the GradientView in InterfaceBuilder

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.

"Open-Source Project: GradientView".