diff --git a/GKPageScrollView.podspec b/GKPageScrollView.podspec index a0d8ac7..8fdbc72 100644 --- a/GKPageScrollView.podspec +++ b/GKPageScrollView.podspec @@ -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" } diff --git a/GKPageSmoothView.podspec b/GKPageSmoothView.podspec index b8f5ef0..2e95e19 100644 --- a/GKPageSmoothView.podspec +++ b/GKPageSmoothView.podspec @@ -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" } diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 5af5f83..9e66ee2 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -1013,7 +1013,7 @@ F41511221BE356329FC61993601F1F62 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; F586A9EFF4089F092941B9CA9CB506DF /* GKPageScrollView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GKPageScrollView.release.xcconfig; sourceTree = ""; }; F5EA6743E04969C4B54D10385D103B5C /* JXSegmentedTitleImageItemModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JXSegmentedTitleImageItemModel.swift; path = Sources/TitleImage/JXSegmentedTitleImageItemModel.swift; sourceTree = ""; }; - F5FCCF2EC1E3E71A3D3D3B8FA1440CB9 /* GKPageScrollView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = GKPageScrollView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F5FCCF2EC1E3E71A3D3D3B8FA1440CB9 /* GKPageScrollView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = GKPageScrollView.podspec; sourceTree = ""; tabWidth = 2; }; F628A009C1F2AA2CBF8F9411D191B7D8 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; F698B9C82F848CD67517D6E501971718 /* WMMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WMMenuView.h; path = WMPageController/WMMenuView/WMMenuView.h; sourceTree = ""; }; F756BF95E4D031FC9907BD344497136C /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; diff --git a/README.md b/README.md index 971d3df..673df6a 100644 --- a/README.md +++ b/README.md @@ -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