- 授权协议: 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;
}
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》 这本书的介绍吧!
