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

Algorithms + Data Structures = Programs

Algorithms + Data Structures = Programs

Niklaus Wirth / Prentice Hall / 1975-11-11 / GBP 84.95

It might seem completely dated with all its examples written in the now outmoded Pascal programming language (well, unless you are one of those Delphi zealot trying to resist to the Java/.NET dominanc......一起来看看 《Algorithms + Data Structures = Programs》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具