项目介绍:
超级方便的取色

一行代码搞定
[MGSelectColorView instanceWithView:self.view].delegate = self;
- (void)selectColorView:(MGSelectColorView *)colorView color:(UIColor *)currentColor
{
self.view.backgroundColor = currentColor;
}
点击这里Github

一行代码搞定
[MGSelectColorView instanceWithView:self.view].delegate = self;
- (void)selectColorView:(MGSelectColorView *)colorView color:(UIColor *)currentColor
{
self.view.backgroundColor = currentColor;
}
点击这里Github