Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxianliang committed Jan 15, 2018
1 parent 8f120f1 commit 124092a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# XLImageViewer
仿照今日头条的图片浏览功能,实现的轻量级图片浏览工具。

仿照今日头条的图片浏览工具。

### 功能:

Expand All @@ -9,8 +10,10 @@

### 说明:

* 加载网络图片的功能时利用**SDWebImage**实现的,所以在使用XLImageViewer时需要在项目里添加**SDWebImage**
* 图片切换时利用UICollectionView实现的;图片的缩放是利用ScrollView的缩放原理实现的。
* 支持Gif图片显示
* 支持本地、网络图片显示
* 依赖两个框架[SDWebImage](https://github.com/rs/SDWebImage)[FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage)


### 使用:

Expand Down

0 comments on commit 124092a

Please sign in to comment.