RKCropImageController

码农软件 · 软件分类 · 图像(Image) · 2019-06-01 22:42:14

软件介绍

RKCropImageController 是一个实现了图片剪切的 iOS 控件,支持缩放。

使用方法:

// in header
#import "RKCropImageController.h"

// in code
  RKCropImageController *cropController = [[[RKCropImageController alloc] initWithImage:imageView.image] autorelease];
  cropController.delegate = self;
  [self presentModalViewController:cropController animated:YES];

// delegate callback
-(void)cropImageViewControllerDidFinished:(UIImage *)image{
    imageView.image = image;
}

本文地址:https://codercto.com/soft/d/7055.html

How to Build a Billion Dollar App

How to Build a Billion Dollar App

George Berkowski / Little, Brown Book Group / 2015-4-1 / USD 24.95

Apps have changed the way we communicate, shop, play, interact and travel and their phenomenal popularity has presented possibly the biggest business opportunity in history. In How to Build a Billi......一起来看看 《How to Build a Billion Dollar App》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试