GKVideoScrollView 1.3.4

GKVideoScrollView 1.3.4

Maintained by QuintGao.



GKVideoScrollView

GKVideoScrollView是基于UIScrollView写的仿抖音上下滑动切换视图的库,使用方便类似UITableView,支持不同cell切换

  • demo中有ZFPlayerSJVideoPlayer 的使用示例,有需要的可下载查看

  • demo中的视频数据来着好看视频,仅供学习使用,请勿用作商业用途

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

GKVideoScrollView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'GKVideoScrollView'

Author

QuintGao

License

GKVideoScrollView is available under the MIT license. See the LICENSE file for more info.

更新记录

  • 2023.08.09 - 1.0.7 1、修复上拉加载后显示错乱的问题 2、修复下拉刷新后出现重复cell的问题
  • 2023.06.14 - 1.0.6 1、优化自动刷新逻辑 2、切换到下一页功能优化
  • 2023.05.04 - 1.0.5 优化刷新逻辑,增加总个数为0时的处理
  • 2023.04.25 - 1.0.4 1、优化加载逻辑,避免多次加载 2、cell需继承GKVideoViewCell,支持nib方式注册cell
  • 2023.03.28 - 1.0.2 修复首次刷新bug,修复默认宽度bug
  • 2023.03.21 - 1.0.1 新增方法可切换到任意索引位置,新增切换到下一页的方法(带动画)