GKSliderView 1.2.0

GKSliderView 1.2.0

Maintained by QuintGao.



GKSliderView

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

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

pod 'GKSliderView'

Author

QuintGao, [email protected]

License

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

版本记录

2023.03.23 1.1.0:1.修复点击范围失效问题 2.新增支持滑杆拖拽 2023.03.20 1.0.9:1.新增属性控制预览视图是否跟随滑块移动 2.新增属性控制滑块点击范围 2023.03.17 1.0.8:新增滑杆加载动画 2021.06.10 1.0.7:修复真机测试时按下滑块就触发移动方法导致的问题
2021.06.09 1.0.5:优化滑块的点击范围,防止点击滑杆与滑块冲突
2021.06.04 1.0.4:增加预览视图代理方法,可自定义添加预览视图
2020.12.08 1.0.3:优化滑块的拖拽范围,保证手指不离开屏幕都可以拖拽
2020.09.07 1.0.2:增加ignoreMargin属性,设置左右忽略间距,让进度只在中间展示
2020.09.04 1.0.1:修复slider点击崩溃的bug,修改某些情况下切圆角失效的bug