/AZGradientView

subClass of UIView for using gradient views in Storyboard

Primary LanguageSwiftMIT LicenseMIT

AZGradientView

AZGradientView is a subClass of UIView for using gradient views in Storyboard we have two class , the first one is AZHorizontalGradientView and second one is AZVerticalGradientView

AZHorizontalGradientView

AZHorizontalGradientView is a UIView that present a horizontal gradient view this class has 2 property leftColor and rightColor that you can set it in attribute inspector

AZVerticalGradientView

AZVerticalGradientView is a UIView that present a vertical gradient view this class has 2 property topColor and bottomColor that you can set it in attribute inspector

AZRadialGradientView

AZRadialGradientView is a UIView that present a Radial gradient view this class has 2 property internalColor and externalColor that you can set it in attribute inspector