Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
guowilling committed Jan 21, 2017
1 parent c329df2 commit 5e040d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@

***

* 自定义播放界面, 提供播放 暂停 暂停 快进 快退等功能.
* 自定义播放界面, 提供播放 暂停 全屏 快进 快退等功能.
* 上下滑动屏幕左边调整亮度, 上下滑动屏幕右边调整音量.
* 左右滑动屏幕控制播放进度.

## Show pictures

![image](./show0.gif) ![image](./show1.png)
![image](./show.gif)

***

![image](./show.png)

## Usage

Expand Down Expand Up @@ -49,7 +53,7 @@ _videoPlayer.playerEndAction = SRVideoPlayerEndActionStop;
@property (nonatomic, copy) NSString *videoName;
````

## Next
## TODO

> Cache video data while downloading, next time play directly with local data, do not have to download again.
> 边下边缓存功能, 下一次播放的时候, 直接使用缓存数据不用再次下载.
Expand Down
File renamed without changes
File renamed without changes
Binary file removed show2.png
Binary file not shown.

0 comments on commit 5e040d4

Please sign in to comment.