45 lines
1.9 KiB
Markdown
45 lines
1.9 KiB
Markdown
# GKSliderView
|
||
|
||
[](https://travis-ci.org/QuintGao/GKSliderView)
|
||
[](https://cocoapods.org/pods/GKSliderView)
|
||
[](https://cocoapods.org/pods/GKSliderView)
|
||
[](https://cocoapods.org/pods/GKSliderView)
|
||
|
||
## 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](https://cocoapods.org). To install
|
||
it, simply add the following line to your Podfile:
|
||
|
||
```ruby
|
||
pod 'GKSliderView'
|
||
```
|
||
|
||
## Author
|
||
|
||
QuintGao, 1094887059@qq.com
|
||
|
||
## License
|
||
|
||
GKSliderView is available under the MIT license. See the LICENSE file for more info.
|
||
|
||
## 版本记录
|
||
|
||
2024.06.03 1.2.2:修复滑动滑杆可能出现CPU暴涨问题
|
||
2024.05.28 1.2.1:滑杆加载动画优化
|
||
2023.09.04 1.2.0:滑杆拖拽功能优化
|
||
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
|