- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/ren6/RKCropImageController
- 软件文档: https://github.com/ren6/RKCropImageController
软件介绍
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;
}
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》 这本书的介绍吧!
