[翻译] InstagramPhotoPicker

简介:

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.

 

目录
相关文章
|
关系型数据库 MySQL Linux
在Linux中,如何启动、停止、重启一个系统服务?
在Linux中,如何启动、停止、重启一个系统服务?
|
SQL Java 数据库连接
如何安装ES的SQL插件?
如何安装ES的SQL插件?
503 0
elementUI el-tabs 实现动态选项卡页面效果
elementUI el-tabs 实现动态选项卡页面效果
|
SQL 资源调度 分布式计算
CDH+Kylin三部曲之三:Kylin官方demo
本文是《CDH+Kylin三部曲》系列的终篇,一起来实践kylin官方的demo
230 2
CDH+Kylin三部曲之三:Kylin官方demo
|
XML 关系型数据库 MySQL
Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException:
Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException:
|
域名解析 网络协议 Unix
TCP 编程-服务器监听 | 学习笔记
快速学习 TCP 编程-服务器监听
TCP 编程-服务器监听 | 学习笔记
DAPP钱包交易所系统开发技术详细/方案项目/案例详细/源码功能
Blockchain technology is generally used to build transaction systems, and it is necessary to ensure that the transaction information is authentic, traceable, and tamper proof. The information of each transaction is confirmed and stored in a block,。
|
弹性计算 Cloud Native 容灾
《2023云原生实战案例集》——04 互联网——小迈科技 基于SAE打通CI/CD,提升研发效能,缩短上线时间
《2023云原生实战案例集》——04 互联网——小迈科技 基于SAE打通CI/CD,提升研发效能,缩短上线时间

热门文章

最新文章

下一篇
开通oss服务