Skip to content

jiemi/CLPhotoCrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLPhotoCrop

CI Status Version License Platform

Example

  • 导入头文件
  #import "CLPhotoCrop.h"
  • 跳转
  CLPhotoShopViewController *vc = [[CLPhotoShopViewController alloc] init];
  vc.orgImage = [UIImage clp_imageNamed:@"bg"];
  vc.delegate = self;
  [self presentViewController:vc animated:true completion:nil];
  • 代理
  ///CLPhotoShopViewControllerDelegate
  - (void)CLPhotoShopViewControllerFinishImage:(UIImage *)image {
    self.imageView.image = image;
  }

Installation

CLPhotoCrop is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CLPhotoCrop'

Author

leiyuyu, [email protected]

License

CLPhotoCrop is available under the MIT license. See the LICENSE file for more info.

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.8%
  • Ruby 1.2%