iOS类似图片分享应用的当前图像选择器:InstagramPhotoPicker
jopen
10年前
InstagramPhotoPicker 类似图片分享应用的当前图像选择器。
Installation
With CocoaPods, add this line to your Podfile.
pod 'TWPhotoPicker', '~> 1.0.0'
Screenshots
Usage TWPhotoPickerController *photoPicker = [[TWPhotoPickerController alloc] init]; photoPicker.cropBlock = ^(UIImage *image) { //do something }; [self presentViewController:photoPicker animated:YES completion:NULL];
Requirements
- iOS 7 or higher
- Automatic Reference Counting (ARC)