IOS裁剪图片封装简单易用
简单使用方法: @property (weak, nonatomic) IBOutlet TKImageView *tkImageView; - (void)viewDidLoad { t_tkImageView.toCropImage = [UIImage imageNamed: @"test.jpg"]; t_tkImageView.showMidLines = YES; t_tkImageView.needScaleCrop = YES; t_tkImageView.showCrossLines = YES; t_tkImageView.cornerBorderInImage = NO; t_tkImageView.cropAreaCornerWidth = 44; t_tkImageView.cropAreaCornerHeight = 44; t_tkImageView.minSpace = 30; t_tkImageView.cropAreaCornerLineColor = [UIColor whiteColor]; t_tkImageView.cropAreaBo
TKImageView.zip
预估大小:84个文件
TKImageView
文件夹
.DS_Store
6KB
TKImageView
文件夹
TKImageView.h
1KB
TKImageView.m
46KB
TKImageViewDemo
文件夹
CropResultViewController.h
288B
CropResultViewController.xib
4KB
ViewController.h
279B
Base.lproj
文件夹
...
4.31MB
文件大小:
评论区