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://www.codercto.com/soft/d/7055.html

PHP and MySQL Web Development

PHP and MySQL Web Development

Luke Welling、Laura Thomson / Sams / July 25, 2007 / $49.99

Book Description PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this b......一起来看看 《PHP and MySQL Web Development》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

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

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换