Skip to content

Zws-China/WSColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WSColorPicker

iOS颜色拾取器

PhotoShoot

image

How To Use

WSColorImageView *ws = [[WSColorImageView alloc]initWithFrame:CGRectMake(self.view.frame.size.width/2-100, 300, 200, 200)];
[self.view addSubview:ws];

ws.currentColorBlock = ^(UIColor *color){

    label.textColor = color;
    view.backgroundColor = color;

};

About

颜色 颜色选取 iOS颜色拾取器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published