图片选择,要炫酷一点好吗

栏目: IOS · 发布时间: 9年前

内容简介:图片选择,要炫酷一点好吗

图片选择,要炫酷一点好吗

中文介绍,请点击 处。

Effect

图片选择,要炫酷一点好吗

Features

  • Cool
  • Smooth
  • Face Recognition

Requirements

  • iOS 8.0

Installation

CBPic2ker is available through CocoaPods . To install it, simply add the following line to your Podfile:

pod "CBPic2ker"

Don't forget the Privacy Description in info.plist .

图片选择,要炫酷一点好吗

Usage

Import

#import "CBPic2ker.h"

Call

CBPhotoSelecterController *controller = [[CBPhotoSelecterController alloc] initWithDelegate:self];
controller.columnNumber = 4;
controller.maxSlectedImagesCount = 5;
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:controller];
[self presentViewController:nav animated:YES completion:nil];

Delegate

- (void)photoSelecterController:(CBPhotoSelecterController *)pickerController sourceAsset:(NSArray *)sourceAsset {
	/...
}
- (void)photoSelecterDidCancelWithController:(CBPhotoSelecterController *)pickerController {
   /...
}

Author

cbangchen, cbangchen007@gmail.com

License

CBPic2ker is available under the MIT license. See the LICENSE file for more info.


以上所述就是小编给大家介绍的《图片选择,要炫酷一点好吗》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

疯狂Java讲义

疯狂Java讲义

李刚 / 电子工业出版社 / 2012-1-1 / 109.00元

《疯狂Java讲义(附光盘第2版)》是《疯狂Java讲义》的第2版,第2版保持了第1版系统、全面、讲解浅显、细致的特性,全面介绍了新增的Java 7的新特性。 《疯狂Java讲义(附光盘第2版)》深入介绍了Java编程的相关方面,全书内容覆盖了Java的基本语法结构、Java的面向对象特征、Java集合框架体系、Java泛型、异常处理、Java GUI编程、JDBC数据库编程、Java注释、......一起来看看 《疯狂Java讲义》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具