https://github.com/dustturtle/easyimagepreviewer
make image preview in iOS super Easy.
https://github.com/dustturtle/easyimagepreviewer
easy image photo preview simple
Last synced: 9 months ago
JSON representation
make image preview in iOS super Easy.
- Host: GitHub
- URL: https://github.com/dustturtle/easyimagepreviewer
- Owner: dustturtle
- License: mit
- Created: 2017-08-24T12:11:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T12:18:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T21:31:27.844Z (over 1 year ago)
- Topics: easy, image, photo, preview, simple
- Language: Objective-C
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyImagePreviewer
# make image preview in iOS super Easy.
# 一个极简使用的独立图片预览组件(仅依赖sdwebimage);支持多种类型的数据源传递。
# 希望可以给大家带来一个容易理解、容易使用的预览组件,大家如果有需要也可以在此基础上进行修改和二次开发。
# current Features:
# 1. 支持多种格式的输入
# 2. 极简的使用方式和有限的功能扩展
# 3. 支持自定义文字的标题
# 4. 图片支持缩放
# 5. 单击隐藏标题栏,双击缩放图片
# 6. 进入时指定index
# 7. 隐藏系统的状态栏
# 目前不支持的特性:1. 无限循环滚动 2. 保存到系统相册 3. 预览中的删除
# 其中2、3后续可能会实现,1的意义不大,暂无支持计划。