From 3647bebcbdd0879c0ca6a7b53309de536b8fa693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=88=9A?= <544043963@qq.com> Date: Fri, 12 Aug 2016 17:11:10 +0800 Subject: [PATCH] Update README.md --- README.md | 65 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 22e12ac..b0eec8b 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,63 @@ # LGPhotoBrowser -1) 此框架包含三个模块:照片浏览器,相册选择器,自定义照相机(支持单拍、连拍); +1) This framework consists of three modules:album picker,photo broswer,custom camera(support continuous shooting); -2) 界面仿照微信的样式; +2) Imitation WeChat interface; -3) 加载本地照片速度快; +3) Fast load local photos; -4) 图片浏览器采用后台预加载手段,完全消除大图浏览的卡顿现象; +4) Photo browser uses a background pre loading method, completely eliminate large viewing Caton phenomenon; -5) 具备相册已选组别记忆功能; +5) Have the album selected group memory function; -说明:如果照相机不需要连拍功能,建议采用系统相机,经测试,自定义相机的体验和内存消耗均劣于系统相机。 +Explain:If the camera does not require continuous function, it is recommended the system camera. tested, and custom camera experience and memory consumption are inferior to the system camera。 -相册优化方法:[iOS中自定义相册功能性能优化](http://blog.csdn.net/gang544043963/article/details/49329261) +Album optimization method:[http://blog.csdn.net/gang544043963/article/details/49329261](http://blog.csdn.net/gang544043963/article/details/49329261) -#1.照片浏览器 +#1.photo broswer CXLSlideList Screenshot -#2.相册选择器 -全局浏览和预览,采用后台预加载,完全消除卡顿现象 +#2.album picker CXLSlideList Screenshot CXLSlideList Screenshot -#3.照相机 -拍照页面,单拍结果,连拍结果 +#3.custom camera CXLSlideList Screenshot CXLSlideList Screenshot CXLSlideList Screenshot +# Adding to your preject +1)copy the folder named 'Class' to your preject. +2)'#import "LGPhoto.h"' + +Explain: +1)Class folder in the third folder contains two third-party frameworks:'DACircularProgressView'&'SDWebImage'. If your project already exists in the two framework. Please manually delete the third folder corresponding to the frame. +2)Not supported cocoaPods + +# INITIALIZATION +reference "ViewController" in the demo + +# SUPPORT +iOS7 or later + +# LICENSE +LGPhotoBrowser is released under the MIT license. See LICENSE for details. + +#简介 +1) 此框架包含三个模块:照片浏览器,相册选择器,自定义照相机(支持单拍、连拍); + +2) 界面仿照微信的样式; + +3) 加载本地照片速度快; + +4) 图片浏览器采用后台预加载手段,完全消除大图浏览的卡顿现象; + +5) 具备相册已选组别记忆功能; + +说明:如果照相机不需要连拍功能,建议采用系统相机,经测试,自定义相机的体验和内存消耗均劣于系统相机。 + +相册优化方法:[iOS中自定义相册功能性能优化](http://blog.csdn.net/gang544043963/article/details/49329261) # 添加到工程 第一步:拷贝class文件夹到工程. @@ -46,16 +75,4 @@ b. class文件夹中的Third文件夹包含了两个第三方框架:'DACircula # 环境支持 iOS7及更高 -# Adding to your preject -copy the folder named 'Class' to your preject. - -'#import "LGPhoto.h"' - -# INITIALIZATION -reference ViewController - -# SUPPORT -iOS7 or later -# LICENSE -LGPhotoBrowser is released under the MIT license. See LICENSE for details.