Skip to content

Clipper for UIImage,very easy to use..iOS 图片剪裁器,使用非常简单。

License

Notifications You must be signed in to change notification settings

myinter/BHImageClippingViewDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

BHImageClippingViewDemo

Clipper for UIImage,very easy to use..iOS 图片剪裁器,使用非常简单。

设置要剪裁的图片

    
    [_imageClippingView setImage:_originImage];
对当前选中区域进行剪裁
    
    [_imageClippingView clipImage:^(UIImage *image) {
          //获得剪裁后得到的结果UIImage
    }];

About

Clipper for UIImage,very easy to use..iOS 图片剪裁器,使用非常简单。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published