YouXianMing

InstagramPhotoPicker

Present Image Picker like Instagram.

展示图片选择器,像Instagram这款应用一样.

Installation - 安装

With CocoaPods, add this line to your Podfile.

使用CocoaPods安装,将下面这行代码添加到你的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)

Author - 作者

License - 版权

TWPhotoPicker is released under the MIT license. See the LICENSE file for more info.

 

分类:

技术点:

相关文章:

  • 2022-01-06
  • 2021-07-27
  • 2021-11-19
  • 2022-01-02
  • 2021-11-17
  • 2021-11-27
  • 2021-12-23
  • 2021-10-28
猜你喜欢
  • 2021-05-23
  • 2021-05-25
  • 2022-12-23
  • 2021-07-11
  • 2021-10-21
  • 2021-04-10
相关资源
相似解决方案