Skip to content

Commit

Permalink
release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintGao committed Jun 23, 2022
1 parent 1a788f1 commit bdb6fc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GKPageScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GKPageScrollView'
s.version = '1.7.2'
s.version = '1.7.3'
s.summary = 'iOS UIScrollView嵌套滑动分页视图'
s.homepage = 'https://github.com/QuintGao/GKPageScrollView'
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion GKPageSmoothView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GKPageSmoothView'
s.version = '1.7.2'
s.version = '1.7.3'
s.summary = 'iOS UIScrollView嵌套滑动分页视图'
s.homepage = 'https://github.com/QuintGao/GKPageScrollView'
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ GKPageSmoothView是一个可延续滑动的UIScrollView嵌套滑动库

## 版本更新

* 2022.06.23 1.7.3 - 1、当showInFooter为YES时刷新优化
2、修复可能出现的列表抖动问题 #98 #108
* 2022.04.14 1.7.2 - 1、GKPageScrollView支持动态设置frame和ceilPointHeight #104
2、GKPageSmoothView新增refreshSegmentedView方法,bug修复 #103
* 2022.03.15 1.7.1 - 修复headerView设置高度较低的问题 #100
Expand Down

0 comments on commit bdb6fc7

Please sign in to comment.