├── LICENSE ├── README.txt ├── UIImage+GradientColor.h └── UIImage+GradientColor.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterBetter/GradientColor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterBetter/GradientColor/HEAD/README.txt -------------------------------------------------------------------------------- /UIImage+GradientColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterBetter/GradientColor/HEAD/UIImage+GradientColor.h -------------------------------------------------------------------------------- /UIImage+GradientColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterBetter/GradientColor/HEAD/UIImage+GradientColor.m --------------------------------------------------------------------------------