diff --git a/README.md b/README.md index 60ea12b..486a063 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,17 @@ *** -* 自定义播放界面, 提供播放 暂停 暂停 快进 快退等功能. +* 自定义播放界面, 提供播放 暂停 全屏 快进 快退等功能. * 上下滑动屏幕左边调整亮度, 上下滑动屏幕右边调整音量. * 左右滑动屏幕控制播放进度. ## Show pictures -![image](./show0.gif) ![image](./show1.png) +![image](./show.gif) + +*** + +![image](./show.png) ## Usage @@ -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. > 边下边缓存功能, 下一次播放的时候, 直接使用缓存数据不用再次下载. diff --git a/show0.gif b/show.gif similarity index 100% rename from show0.gif rename to show.gif diff --git a/show1.png b/show.png similarity index 100% rename from show1.png rename to show.png diff --git a/show2.png b/show2.png deleted file mode 100644 index 21a8807..0000000 Binary files a/show2.png and /dev/null differ