├── Pods ├── Headers │ ├── Private │ │ ├── Masonry │ │ │ ├── Masonry.h │ │ │ ├── MASUtilities.h │ │ │ ├── MASConstraint.h │ │ │ ├── MASViewAttribute.h │ │ │ ├── MASViewConstraint.h │ │ │ ├── View+MASAdditions.h │ │ │ ├── MASConstraintMaker.h │ │ │ ├── MASLayoutConstraint.h │ │ │ ├── NSArray+MASAdditions.h │ │ │ ├── MASCompositeConstraint.h │ │ │ ├── MASConstraint+Private.h │ │ │ ├── View+MASShorthandAdditions.h │ │ │ ├── ViewController+MASAdditions.h │ │ │ ├── NSArray+MASShorthandAdditions.h │ │ │ └── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── VTMagic │ │ │ ├── VTMagic.h │ │ │ ├── VTEnumType.h │ │ │ ├── VTMenuBar.h │ │ │ ├── VTMagicView.h │ │ │ ├── UIColor+VTMagic.h │ │ │ ├── VTContentView.h │ │ │ ├── VTMagicMacros.h │ │ │ ├── VTMagicProtocol.h │ │ │ ├── VTMagicController.h │ │ │ ├── UIScrollView+VTMagic.h │ │ │ └── UIViewController+VTMagic.h │ │ ├── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshConfig.h │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshTrailer.h │ │ │ ├── NSBundle+MJRefresh.h │ │ │ ├── UIView+MJExtension.h │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshStateHeader.h │ │ │ ├── MJRefreshNormalHeader.h │ │ │ ├── MJRefreshNormalTrailer.h │ │ │ ├── MJRefreshStateTrailer.h │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ ├── UICollectionViewLayout+MJRefresh.h │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ └── MJRefreshBackStateFooter.h │ │ ├── GKPageScrollView │ │ │ ├── GKPageDefine.h │ │ │ ├── GKPageScrollView.h │ │ │ ├── GKPageTableView.h │ │ │ └── GKPageListContainerView.h │ │ ├── GKNavigationBar │ │ │ ├── GKNavigationBar.h │ │ │ ├── GKCustomNavigationBar.h │ │ │ ├── GKGestureHandleDefine.h │ │ │ ├── GKNavigationBarDefine.h │ │ │ ├── GKPopAnimatedTransition.h │ │ │ ├── UIImage+GKNavigationBar.h │ │ │ ├── GKBaseAnimatedTransition.h │ │ │ ├── GKGestureHandleConfigure.h │ │ │ ├── GKNavigationBarConfigure.h │ │ │ ├── GKPushAnimatedTransition.h │ │ │ ├── UIScrollView+GKGestureHandle.h │ │ │ ├── UIBarButtonItem+GKNavigationBar.h │ │ │ ├── GKNavigationInteractiveTransition.h │ │ │ ├── UINavigationItem+GKNavigationBar.h │ │ │ ├── UIViewController+GKGestureHandle.h │ │ │ ├── UIViewController+GKNavigationBar.h │ │ │ ├── UINavigationController+GKGestureHandle.h │ │ │ └── UINavigationController+GKNavigationBar.h │ │ ├── GKPageSmoothView │ │ │ └── GKPageSmoothView.h │ │ ├── JXCategoryViewExt │ │ │ ├── JXCategoryView.h │ │ │ ├── UIColor+JXAdd.h │ │ │ ├── JXCategoryBaseCell.h │ │ │ ├── JXCategoryBaseView.h │ │ │ ├── JXCategoryFactory.h │ │ │ ├── JXCategoryTitleCell.h │ │ │ ├── JXCategoryTitleView.h │ │ │ ├── JXCategorySubTitleCell.h │ │ │ ├── JXCategorySubTitleView.h │ │ │ ├── JXCategoryBaseCellModel.h │ │ │ ├── JXCategoryTitleCellModel.h │ │ │ ├── JXCategoryViewAnimator.h │ │ │ ├── JXCategoryViewDefines.h │ │ │ ├── JXCategoryCollectionView.h │ │ │ ├── JXCategoryIndicatorCell.h │ │ │ ├── JXCategoryIndicatorView.h │ │ │ ├── JXCategorySubTitleCellModel.h │ │ │ ├── JXCategoryIndicatorProtocol.h │ │ │ ├── JXCategoryListContainerView.h │ │ │ ├── JXCategorySubTitleImageCell.h │ │ │ ├── JXCategorySubTitleImageView.h │ │ │ ├── JXCategoryIndicatorCellModel.h │ │ │ ├── JXCategoryIndicatorLineView.h │ │ │ ├── JXCategoryIndicatorParamsModel.h │ │ │ ├── JXCategorySubTitleImageCellModel.h │ │ │ ├── JXCategoryIndicatorComponentView.h │ │ │ └── JXCategoryIndicatorAlignmentLineView.h │ │ └── WMPageController │ │ │ ├── WMMenuItem.h │ │ │ ├── WMMenuView.h │ │ │ ├── WMPageController.h │ │ │ ├── WMScrollView.h │ │ │ ├── WMProgressView.h │ │ │ └── UIViewController+WMPageController.h │ └── Public │ │ ├── Masonry │ │ ├── Masonry.h │ │ ├── MASConstraint.h │ │ ├── MASUtilities.h │ │ ├── MASConstraintMaker.h │ │ ├── MASViewAttribute.h │ │ ├── MASViewConstraint.h │ │ ├── View+MASAdditions.h │ │ ├── MASLayoutConstraint.h │ │ ├── NSArray+MASAdditions.h │ │ ├── MASCompositeConstraint.h │ │ ├── MASConstraint+Private.h │ │ ├── View+MASShorthandAdditions.h │ │ ├── ViewController+MASAdditions.h │ │ ├── NSArray+MASShorthandAdditions.h │ │ └── NSLayoutConstraint+MASDebugAdditions.h │ │ ├── VTMagic │ │ ├── VTMagic.h │ │ ├── VTEnumType.h │ │ ├── VTMenuBar.h │ │ ├── VTContentView.h │ │ ├── VTMagicMacros.h │ │ ├── VTMagicView.h │ │ ├── UIColor+VTMagic.h │ │ ├── VTMagicProtocol.h │ │ ├── VTMagicController.h │ │ ├── UIScrollView+VTMagic.h │ │ └── UIViewController+VTMagic.h │ │ ├── MJRefresh │ │ ├── MJRefresh.h │ │ ├── MJRefreshConfig.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooter.h │ │ ├── MJRefreshHeader.h │ │ ├── MJRefreshTrailer.h │ │ ├── NSBundle+MJRefresh.h │ │ ├── UIView+MJExtension.h │ │ ├── MJRefreshAutoFooter.h │ │ ├── MJRefreshBackFooter.h │ │ ├── MJRefreshComponent.h │ │ ├── UIScrollView+MJRefresh.h │ │ ├── MJRefreshGifHeader.h │ │ ├── UIScrollView+MJExtension.h │ │ ├── MJRefreshStateHeader.h │ │ ├── MJRefreshNormalHeader.h │ │ ├── MJRefreshNormalTrailer.h │ │ ├── MJRefreshStateTrailer.h │ │ ├── MJRefreshAutoGifFooter.h │ │ ├── MJRefreshBackGifFooter.h │ │ ├── UICollectionViewLayout+MJRefresh.h │ │ ├── MJRefreshAutoNormalFooter.h │ │ ├── MJRefreshAutoStateFooter.h │ │ ├── MJRefreshBackNormalFooter.h │ │ └── MJRefreshBackStateFooter.h │ │ ├── GKPageScrollView │ │ ├── GKPageDefine.h │ │ ├── GKPageTableView.h │ │ ├── GKPageScrollView.h │ │ └── GKPageListContainerView.h │ │ ├── GKNavigationBar │ │ ├── GKNavigationBar.h │ │ ├── GKCustomNavigationBar.h │ │ ├── GKGestureHandleDefine.h │ │ ├── GKNavigationBarDefine.h │ │ ├── GKBaseAnimatedTransition.h │ │ ├── GKGestureHandleConfigure.h │ │ ├── GKNavigationBarConfigure.h │ │ ├── GKPopAnimatedTransition.h │ │ ├── GKPushAnimatedTransition.h │ │ ├── UIImage+GKNavigationBar.h │ │ ├── UIScrollView+GKGestureHandle.h │ │ ├── UIBarButtonItem+GKNavigationBar.h │ │ ├── GKNavigationInteractiveTransition.h │ │ ├── UINavigationItem+GKNavigationBar.h │ │ ├── UIViewController+GKGestureHandle.h │ │ ├── UIViewController+GKNavigationBar.h │ │ ├── UINavigationController+GKGestureHandle.h │ │ └── UINavigationController+GKNavigationBar.h │ │ ├── GKPageSmoothView │ │ └── GKPageSmoothView.h │ │ ├── JXCategoryViewExt │ │ ├── JXCategoryView.h │ │ ├── UIColor+JXAdd.h │ │ ├── JXCategoryTitleCell.h │ │ ├── JXCategoryTitleView.h │ │ ├── JXCategoryBaseCell.h │ │ ├── JXCategoryBaseView.h │ │ ├── JXCategoryFactory.h │ │ ├── JXCategorySubTitleCell.h │ │ ├── JXCategorySubTitleView.h │ │ ├── JXCategoryTitleCellModel.h │ │ ├── JXCategoryViewDefines.h │ │ ├── JXCategoryBaseCellModel.h │ │ ├── JXCategoryViewAnimator.h │ │ ├── JXCategoryCollectionView.h │ │ ├── JXCategoryIndicatorCell.h │ │ ├── JXCategoryIndicatorView.h │ │ ├── JXCategorySubTitleCellModel.h │ │ ├── JXCategoryIndicatorLineView.h │ │ ├── JXCategoryIndicatorProtocol.h │ │ ├── JXCategoryListContainerView.h │ │ ├── JXCategorySubTitleImageCell.h │ │ ├── JXCategorySubTitleImageView.h │ │ ├── JXCategoryIndicatorCellModel.h │ │ ├── JXCategoryIndicatorParamsModel.h │ │ ├── JXCategoryIndicatorComponentView.h │ │ ├── JXCategorySubTitleImageCellModel.h │ │ └── JXCategoryIndicatorAlignmentLineView.h │ │ └── WMPageController │ │ ├── WMMenuItem.h │ │ ├── WMMenuView.h │ │ ├── WMPageController.h │ │ ├── WMProgressView.h │ │ ├── WMScrollView.h │ │ └── UIViewController+WMPageController.h ├── MJRefresh │ └── MJRefresh │ │ ├── MJRefresh.bundle │ │ ├── arrow@2x.png │ │ ├── trail_arrow@2x.png │ │ ├── en.lproj │ │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ │ └── Localizable.strings │ │ └── zh-Hans.lproj │ │ │ └── Localizable.strings │ │ ├── Base │ │ └── MJRefreshBackFooter.h │ │ └── UICollectionViewLayout+MJRefresh.h ├── Target Support Files │ ├── SnapKit │ │ ├── SnapKit.modulemap │ │ ├── SnapKit-dummy.m │ │ ├── SnapKit-prefix.pch │ │ ├── SnapKit-umbrella.h │ │ └── SnapKit.xcconfig │ ├── Masonry │ │ ├── Masonry-dummy.m │ │ └── Masonry-prefix.pch │ ├── VTMagic-framework │ │ ├── VTMagic-framework.modulemap │ │ ├── VTMagic-framework-dummy.m │ │ └── VTMagic-framework-prefix.pch │ ├── GKPageScrollView │ │ ├── GKPageScrollView.modulemap │ │ ├── GKPageScrollView-dummy.m │ │ ├── GKPageScrollView-prefix.pch │ │ └── GKPageScrollView-umbrella.h │ ├── MJRefresh-framework │ │ ├── MJRefresh-framework.modulemap │ │ ├── MJRefresh-framework-dummy.m │ │ └── MJRefresh-framework-prefix.pch │ ├── GKNavigationBar │ │ ├── GKNavigationBar-dummy.m │ │ └── GKNavigationBar-prefix.pch │ ├── GKPageSmoothView │ │ ├── GKPageSmoothView-dummy.m │ │ └── GKPageSmoothView-prefix.pch │ ├── Pods-ObjcExample │ │ ├── Pods-ObjcExample-dummy.m │ │ ├── Pods-ObjcExample-resources-Debug-output-files.xcfilelist │ │ ├── Pods-ObjcExample-resources-Release-output-files.xcfilelist │ │ ├── Pods-ObjcExample-resources-Debug-input-files.xcfilelist │ │ └── Pods-ObjcExample-resources-Release-input-files.xcfilelist │ ├── Pods-SwiftExample │ │ ├── Pods-SwiftExample.modulemap │ │ ├── Pods-SwiftExample-dummy.m │ │ └── Pods-SwiftExample-umbrella.h │ ├── VTMagic-library │ │ ├── VTMagic-library-dummy.m │ │ └── VTMagic-library-prefix.pch │ ├── JXCategoryViewExt │ │ ├── JXCategoryViewExt-dummy.m │ │ └── JXCategoryViewExt-prefix.pch │ ├── MJRefresh-library │ │ ├── MJRefresh-library-dummy.m │ │ └── MJRefresh-library-prefix.pch │ ├── Pods-SwiftUIExample │ │ ├── Pods-SwiftUIExample.modulemap │ │ ├── Pods-SwiftUIExample-dummy.m │ │ ├── Pods-SwiftUIExample-frameworks-Debug-output-files.xcfilelist │ │ ├── Pods-SwiftUIExample-frameworks-Release-output-files.xcfilelist │ │ ├── Pods-SwiftUIExample-frameworks-Debug-input-files.xcfilelist │ │ ├── Pods-SwiftUIExample-frameworks-Release-input-files.xcfilelist │ │ └── Pods-SwiftUIExample-umbrella.h │ ├── GKNavigationBarSwift │ │ ├── GKNavigationBarSwift.modulemap │ │ ├── GKNavigationBarSwift-dummy.m │ │ ├── GKNavigationBarSwift-prefix.pch │ │ └── GKNavigationBarSwift-umbrella.h │ ├── GKPageScrollView-Swift │ │ ├── GKPageScrollView-Swift.modulemap │ │ ├── GKPageScrollView-Swift-dummy.m │ │ ├── GKPageScrollView-Swift-prefix.pch │ │ └── GKPageScrollView-Swift-umbrella.h │ ├── GKPageSmoothView-Swift │ │ ├── GKPageSmoothView-Swift.modulemap │ │ ├── GKPageSmoothView-Swift-dummy.m │ │ ├── GKPageSmoothView-Swift-prefix.pch │ │ └── GKPageSmoothView-Swift-umbrella.h │ ├── WMPageController-framework │ │ ├── WMPageController-framework.modulemap │ │ ├── WMPageController-framework-dummy.m │ │ └── WMPageController-framework-prefix.pch │ ├── JXSegmentedViewExt-054e1543 │ │ ├── JXSegmentedViewExt-054e1543.modulemap │ │ ├── JXSegmentedViewExt-054e1543-dummy.m │ │ ├── JXSegmentedViewExt-054e1543-prefix.pch │ │ └── JXSegmentedViewExt-054e1543-umbrella.h │ ├── WMPageController-library │ │ ├── WMPageController-library-dummy.m │ │ └── WMPageController-library-prefix.pch │ └── JXSegmentedViewExt-Core-Indicator_Line-Title │ │ ├── JXSegmentedViewExt-Core-Indicator_Line-Title.modulemap │ │ ├── JXSegmentedViewExt-Core-Indicator_Line-Title-dummy.m │ │ ├── JXSegmentedViewExt-Core-Indicator_Line-Title-prefix.pch │ │ └── JXSegmentedViewExt-Core-Indicator_Line-Title-umbrella.h ├── GKNavigationBar │ └── GKNavigationBar │ │ ├── GKNavigationBar.bundle │ │ ├── nav_line.png │ │ ├── nav_line@2x.png │ │ ├── nav_line@3x.png │ │ ├── btn_back_black@2x.png │ │ ├── btn_back_black@3x.png │ │ ├── btn_back_white@2x.png │ │ └── btn_back_white@3x.png │ │ ├── GKNavigationBar.h │ │ ├── GestureHandle │ │ ├── GKPopAnimatedTransition.h │ │ ├── GKPushAnimatedTransition.h │ │ └── UIScrollView+GKGestureHandle.h │ │ ├── PrivacyInfo.xcprivacy │ │ └── NavigationBar │ │ └── UINavigationItem+GKNavigationBar.h ├── GKNavigationBarSwift │ └── Sources │ │ └── GKNavigationBarSwift.bundle │ │ ├── nav_line.png │ │ ├── nav_line@2x.png │ │ ├── nav_line@3x.png │ │ ├── btn_back_black@2x.png │ │ ├── btn_back_black@3x.png │ │ ├── btn_back_white@2x.png │ │ └── btn_back_white@3x.png ├── VTMagic │ └── VTMagic │ │ └── VTMagic.h ├── Masonry │ └── Masonry │ │ ├── MASLayoutConstraint.m │ │ └── NSLayoutConstraint+MASDebugAdditions.h ├── JXCategoryViewExt │ └── JXCategoryView │ │ ├── SubTitleImage │ │ ├── JXCategorySubTitleImageCellModel.m │ │ └── JXCategorySubTitleImageCell.h │ │ ├── Core │ │ ├── Base │ │ │ └── JXCategoryBaseCellModel.m │ │ ├── Indicator │ │ │ ├── JXCategoryIndicatorCell.h │ │ │ └── JXCategoryIndicatorCellModel.m │ │ ├── Common │ │ │ ├── JXCategoryIndicatorParamsModel.m │ │ │ ├── UIColor+JXAdd.h │ │ │ └── JXCategoryFactory.h │ │ └── PrivacyInfo.xcprivacy │ │ └── SubTitle │ │ └── JXCategorySubTitleCell.h ├── WMPageController │ └── WMPageController │ │ ├── WMMenuView │ │ └── WMScrollView.h │ │ └── UIViewController+WMPageController.h └── JXSegmentedViewExt │ └── Sources │ ├── Core │ └── PrivacyInfo.xcprivacy │ └── Title │ └── JXSegmentedTitleDynamicConfiguration.swift ├── Pictures └── GKPageScrollView.png ├── ObjcExample ├── ObjcExample │ ├── Assets.xcassets │ │ ├── Contents.json │ │ ├── loading │ │ │ ├── Contents.json │ │ │ ├── cm2_list_icn_loading1.imageset │ │ │ │ ├── cm2_list_icn_loading1.png │ │ │ │ ├── cm2_list_icn_loading1@2x.png │ │ │ │ ├── cm2_list_icn_loading1@3x.png │ │ │ │ └── Contents.json │ │ │ ├── cm2_list_icn_loading2.imageset │ │ │ │ ├── cm2_list_icn_loading2.png │ │ │ │ ├── cm2_list_icn_loading2@2x.png │ │ │ │ ├── cm2_list_icn_loading2@3x.png │ │ │ │ └── Contents.json │ │ │ ├── cm2_list_icn_loading3.imageset │ │ │ │ ├── cm2_list_icn_loading3.png │ │ │ │ ├── cm2_list_icn_loading3@2x.png │ │ │ │ ├── cm2_list_icn_loading3@3x.png │ │ │ │ └── Contents.json │ │ │ ├── cm2_list_icn_loading4.imageset │ │ │ │ ├── cm2_list_icn_loading4.png │ │ │ │ ├── cm2_list_icn_loading4@2x.png │ │ │ │ └── cm2_list_icn_loading4@3x.png │ │ │ ├── cm2_topbar_icn_playing1.imageset │ │ │ │ ├── cm2_topbar_icn_playing1.png │ │ │ │ ├── cm2_topbar_icn_playing1@2x.png │ │ │ │ └── cm2_topbar_icn_playing1@3x.png │ │ │ ├── cm2_topbar_icn_playing2.imageset │ │ │ │ ├── cm2_topbar_icn_playing2.png │ │ │ │ ├── cm2_topbar_icn_playing2@2x.png │ │ │ │ └── cm2_topbar_icn_playing2@3x.png │ │ │ ├── cm2_topbar_icn_playing3.imageset │ │ │ │ ├── cm2_topbar_icn_playing3.png │ │ │ │ ├── cm2_topbar_icn_playing3@2x.png │ │ │ │ └── cm2_topbar_icn_playing3@3x.png │ │ │ ├── cm2_topbar_icn_playing4.imageset │ │ │ │ ├── cm2_topbar_icn_playing4.png │ │ │ │ ├── cm2_topbar_icn_playing4@2x.png │ │ │ │ └── cm2_topbar_icn_playing4@3x.png │ │ │ ├── cm2_topbar_icn_playing5.imageset │ │ │ │ ├── cm2_topbar_icn_playing5.png │ │ │ │ ├── cm2_topbar_icn_playing5@2x.png │ │ │ │ └── cm2_topbar_icn_playing5@3x.png │ │ │ ├── cm2_topbar_icn_playing6.imageset │ │ │ │ ├── cm2_topbar_icn_playing6.png │ │ │ │ ├── cm2_topbar_icn_playing6@2x.png │ │ │ │ └── cm2_topbar_icn_playing6@3x.png │ │ │ ├── cm2_topbar_icn_playing1_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing1_prs.png │ │ │ │ ├── cm2_topbar_icn_playing1_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing1_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing2_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing2_prs.png │ │ │ │ ├── cm2_topbar_icn_playing2_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing2_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing3_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing3_prs.png │ │ │ │ ├── cm2_topbar_icn_playing3_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing3_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing4_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing4_prs.png │ │ │ │ ├── cm2_topbar_icn_playing4_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing4_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing5_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing5_prs.png │ │ │ │ ├── cm2_topbar_icn_playing5_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing5_prs@3x.png │ │ │ └── cm2_topbar_icn_playing6_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing6_prs.png │ │ │ │ ├── cm2_topbar_icn_playing6_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing6_prs@3x.png │ │ ├── test.imageset │ │ │ ├── test.png │ │ │ └── Contents.json │ │ ├── douban.imageset │ │ │ ├── douban.jpg │ │ │ └── Contents.json │ │ ├── dy_bg.imageset │ │ │ ├── dy_bg.jpg │ │ │ └── Contents.json │ │ ├── wb_bg.imageset │ │ │ ├── wb_bg.jpg │ │ │ └── Contents.json │ │ ├── wy_bg.imageset │ │ │ ├── wy_bg.jpg │ │ │ └── Contents.json │ │ ├── dy_icon.imageset │ │ │ ├── dy_icon.jpg │ │ │ └── Contents.json │ │ ├── wb_find.imageset │ │ │ ├── wb_find.png │ │ │ └── Contents.json │ │ ├── wb_icon.imageset │ │ │ ├── wb_icon.jpg │ │ │ └── Contents.json │ │ ├── wb_more.imageset │ │ │ ├── wb_more.png │ │ │ ├── wb_more@2x.png │ │ │ ├── wb_more@3x.png │ │ │ └── Contents.json │ │ ├── db_title.imageset │ │ │ ├── db_title.jpg │ │ │ └── Contents.json │ │ ├── fangying.imageset │ │ │ ├── fangying.png │ │ │ └── Contents.json │ │ ├── zhongcao.imageset │ │ │ ├── zhongcao.png │ │ │ └── Contents.json │ │ ├── location.imageset │ │ │ ├── location@2x.png │ │ │ ├── location@3x.png │ │ │ └── Contents.json │ │ ├── dy_content.imageset │ │ │ ├── dy_content.jpg │ │ │ └── Contents.json │ │ └── AccentColor.colorset │ │ │ └── Contents.json │ ├── Demo │ │ ├── Tools │ │ │ ├── JXCategoryPinTitleCellModel.m │ │ │ ├── JXCategoryPinTitleCell.h │ │ │ ├── JXCategoryPinTitleCellModel.h │ │ │ ├── GKBallLoadingView.h │ │ │ └── JXCategoryPinTitleView.h │ │ ├── Test │ │ │ ├── GKTestHeaderView.h │ │ │ ├── GKTestScrollView.h │ │ │ ├── GKTestViewController.h │ │ │ ├── GKTestListScrollView.h │ │ │ ├── GKTestListCollectionView.h │ │ │ ├── GKTestListViewController.h │ │ │ └── GKTestScrollView.m │ │ ├── GKPageScrollView │ │ │ ├── Custom │ │ │ │ └── GKCustomViewController.h │ │ │ ├── AllRefresh │ │ │ │ └── GKAllRefreshViewController.h │ │ │ ├── 修改header高度 │ │ │ │ └── GKChangeHeaderViewController.h │ │ │ ├── HeaderScroll │ │ │ │ ├── GKHeaderScrollView.h │ │ │ │ └── GKHeaderScrollViewController.h │ │ │ ├── MainScrollDisabled │ │ │ │ └── GKPageMainDisabledViewController.h │ │ │ ├── 微博 │ │ │ │ ├── GKWBViewController.h │ │ │ │ ├── GKWBFindViewController.h │ │ │ │ ├── GKWBHeaderView.h │ │ │ │ └── GKWBListViewController.h │ │ │ ├── 抖音 │ │ │ │ ├── GKDYViewController.h │ │ │ │ ├── GKDYListViewController.h │ │ │ │ └── GKDYHeaderView.h │ │ │ ├── 网易云音乐 │ │ │ │ ├── GKWYViewController.h │ │ │ │ ├── GKWYListViewController.h │ │ │ │ └── GKWYHeaderView.h │ │ │ ├── Nest │ │ │ │ ├── GKNest1ViewController.h │ │ │ │ ├── GKNest2ViewController.h │ │ │ │ ├── GKNestView.h │ │ │ │ └── GKNest2View.h │ │ │ ├── VTMagic │ │ │ │ └── GKVTMagicViewController.h │ │ │ ├── ItemLoad │ │ │ │ └── GKItemLoadViewController.h │ │ │ ├── ListLoad │ │ │ │ └── GKListLoadViewController.h │ │ │ ├── 子列表索引 │ │ │ │ ├── GKListIndexViewController.h │ │ │ │ └── GKIndexListViewController.h │ │ │ ├── ListRefresh │ │ │ │ └── GKListRefreshViewController.h │ │ │ └── MainRefresh │ │ │ │ └── GKMainRefreshViewController.h │ │ ├── GKPageSmoothView │ │ │ ├── Custom │ │ │ │ └── GKSmoothCustomViewController.h │ │ │ ├── PinLocation │ │ │ │ └── GKPinLocationViewController.h │ │ │ ├── MainScrollDisabled │ │ │ │ └── GKSmoothMainDisabledViewController.h │ │ │ ├── 豆瓣 │ │ │ │ ├── GKDBViewController.h │ │ │ │ └── GKDBListView.h │ │ │ └── Smooth │ │ │ │ └── GKSmoothViewController.h │ │ └── Base │ │ │ ├── GKDemoBaseViewController.h │ │ │ └── GKBaseTableViewController.h │ ├── AppDelegate.h │ ├── ViewController.h │ └── main.m └── ObjcExample.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SwiftExample ├── SwiftExample │ ├── Assets.xcassets │ │ ├── Contents.json │ │ ├── loading │ │ │ ├── Contents.json │ │ │ ├── cm2_list_icn_loading1.imageset │ │ │ │ ├── cm2_list_icn_loading1.png │ │ │ │ ├── cm2_list_icn_loading1@2x.png │ │ │ │ └── cm2_list_icn_loading1@3x.png │ │ │ ├── cm2_list_icn_loading2.imageset │ │ │ │ ├── cm2_list_icn_loading2.png │ │ │ │ ├── cm2_list_icn_loading2@2x.png │ │ │ │ └── cm2_list_icn_loading2@3x.png │ │ │ ├── cm2_list_icn_loading3.imageset │ │ │ │ ├── cm2_list_icn_loading3.png │ │ │ │ ├── cm2_list_icn_loading3@2x.png │ │ │ │ └── cm2_list_icn_loading3@3x.png │ │ │ ├── cm2_list_icn_loading4.imageset │ │ │ │ ├── cm2_list_icn_loading4.png │ │ │ │ ├── cm2_list_icn_loading4@2x.png │ │ │ │ └── cm2_list_icn_loading4@3x.png │ │ │ ├── cm2_topbar_icn_playing1.imageset │ │ │ │ ├── cm2_topbar_icn_playing1.png │ │ │ │ ├── cm2_topbar_icn_playing1@2x.png │ │ │ │ └── cm2_topbar_icn_playing1@3x.png │ │ │ ├── cm2_topbar_icn_playing2.imageset │ │ │ │ ├── cm2_topbar_icn_playing2.png │ │ │ │ ├── cm2_topbar_icn_playing2@2x.png │ │ │ │ └── cm2_topbar_icn_playing2@3x.png │ │ │ ├── cm2_topbar_icn_playing3.imageset │ │ │ │ ├── cm2_topbar_icn_playing3.png │ │ │ │ ├── cm2_topbar_icn_playing3@2x.png │ │ │ │ └── cm2_topbar_icn_playing3@3x.png │ │ │ ├── cm2_topbar_icn_playing4.imageset │ │ │ │ ├── cm2_topbar_icn_playing4.png │ │ │ │ ├── cm2_topbar_icn_playing4@2x.png │ │ │ │ └── cm2_topbar_icn_playing4@3x.png │ │ │ ├── cm2_topbar_icn_playing5.imageset │ │ │ │ ├── cm2_topbar_icn_playing5.png │ │ │ │ ├── cm2_topbar_icn_playing5@2x.png │ │ │ │ └── cm2_topbar_icn_playing5@3x.png │ │ │ ├── cm2_topbar_icn_playing6.imageset │ │ │ │ ├── cm2_topbar_icn_playing6.png │ │ │ │ ├── cm2_topbar_icn_playing6@2x.png │ │ │ │ └── cm2_topbar_icn_playing6@3x.png │ │ │ ├── cm2_topbar_icn_playing1_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing1_prs.png │ │ │ │ ├── cm2_topbar_icn_playing1_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing1_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing2_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing2_prs.png │ │ │ │ ├── cm2_topbar_icn_playing2_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing2_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing3_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing3_prs.png │ │ │ │ ├── cm2_topbar_icn_playing3_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing3_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing4_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing4_prs.png │ │ │ │ ├── cm2_topbar_icn_playing4_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing4_prs@3x.png │ │ │ ├── cm2_topbar_icn_playing5_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing5_prs.png │ │ │ │ ├── cm2_topbar_icn_playing5_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing5_prs@3x.png │ │ │ └── cm2_topbar_icn_playing6_prs.imageset │ │ │ │ ├── cm2_topbar_icn_playing6_prs.png │ │ │ │ ├── cm2_topbar_icn_playing6_prs@2x.png │ │ │ │ └── cm2_topbar_icn_playing6_prs@3x.png │ │ ├── dy_bg.imageset │ │ │ ├── dy_bg.jpg │ │ │ └── Contents.json │ │ ├── test.imageset │ │ │ ├── test.png │ │ │ └── Contents.json │ │ ├── wb_bg.imageset │ │ │ ├── wb_bg.jpg │ │ │ └── Contents.json │ │ ├── wy_bg.imageset │ │ │ ├── wy_bg.jpg │ │ │ └── Contents.json │ │ ├── douban.imageset │ │ │ ├── douban.jpg │ │ │ └── Contents.json │ │ ├── dy_icon.imageset │ │ │ ├── dy_icon.jpg │ │ │ └── Contents.json │ │ ├── wb_find.imageset │ │ │ ├── wb_find.png │ │ │ └── Contents.json │ │ ├── wb_icon.imageset │ │ │ ├── wb_icon.jpg │ │ │ └── Contents.json │ │ ├── wb_more.imageset │ │ │ ├── wb_more.png │ │ │ ├── wb_more@2x.png │ │ │ ├── wb_more@3x.png │ │ │ └── Contents.json │ │ ├── db_title.imageset │ │ │ ├── db_title.jpg │ │ │ └── Contents.json │ │ ├── fangying.imageset │ │ │ ├── fangying.png │ │ │ └── Contents.json │ │ ├── zhongcao.imageset │ │ │ ├── zhongcao.png │ │ │ └── Contents.json │ │ ├── dy_content.imageset │ │ │ ├── dy_content.jpg │ │ │ └── Contents.json │ │ ├── location.imageset │ │ │ ├── location@2x.png │ │ │ ├── location@3x.png │ │ │ └── Contents.json │ │ ├── btn_back_black.imageset │ │ │ ├── btn_back_black@2x.png │ │ │ ├── btn_back_black@3x.png │ │ │ └── Contents.json │ │ ├── btn_back_white.imageset │ │ │ ├── btn_back_white@2x.png │ │ │ ├── btn_back_white@3x.png │ │ │ └── Contents.json │ │ └── AccentColor.colorset │ │ │ └── Contents.json │ ├── SwiftExample-Bridging-Header.h │ └── Demo │ │ ├── Tools │ │ ├── JXSegmentedPinTitleItemModel.swift │ │ └── GKBallLoadingView.h │ │ └── Test │ │ └── GKTestViewController.swift └── SwiftExample.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── SwiftUIExample ├── SwiftUIExample │ ├── Assets.xcassets │ │ ├── Contents.json │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ └── AppIcon.appiconset │ │ │ └── Contents.json │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ └── SwiftUIExampleApp.swift └── SwiftUIExample.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── .swiftpm └── xcode │ └── package.xcworkspace │ └── contents.xcworkspacedata ├── GKPageScrollView.xcodeproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── GKPageScrollView.xcworkspace └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ └── WorkspaceSettings.xcsettings └── Sources ├── GKPageScrollView └── PrivacyInfo.xcprivacy ├── GKPageSmoothView └── PrivacyInfo.xcprivacy ├── GKPageScrollViewSwift └── PrivacyInfo.xcprivacy └── GKPageSmoothViewSwift └── PrivacyInfo.xcprivacy /Pods/Headers/Private/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/Masonry.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/Masonry.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTEnumType.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTEnumType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMenuBar.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMenuBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTEnumType.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTEnumType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMenuBar.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMenuBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMagicView.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTContentView.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTContentView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMagicMacros.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicMacros.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMagicView.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/UIColor+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIColor+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTContentView.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTContentView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMagicMacros.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicMacros.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMagicProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicProtocol.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/UIColor+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIColor+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMagicProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicProtocol.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/VTMagicController.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicController.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshConfig.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConfig.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewAttribute.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewAttribute.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASViewConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASViewConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/VTMagicController.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/VTMagicController.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshConfig.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConfig.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraintMaker.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraintMaker.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/UIScrollView+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIScrollView+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASLayoutConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASLayoutConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/UIScrollView+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIScrollView+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKPageScrollView/GKPageDefine.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKPageScrollView/GKPageDefine.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASCompositeConstraint.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASCompositeConstraint.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/MASConstraint+Private.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/MASConstraint+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/VTMagic/UIViewController+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIViewController+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKPageScrollView/GKPageTableView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageTableView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/VTMagic/UIViewController+VTMagic.h: -------------------------------------------------------------------------------- 1 | ../../../VTMagic/VTMagic/UIViewController+VTMagic.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKPageScrollView/GKPageScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageScrollView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKPageScrollView/GKPageTableView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageTableView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKPageSmoothView/GKPageSmoothView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageSmoothView/GKPageSmoothView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKPageScrollView/GKPageScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageScrollView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKPageSmoothView/GKPageSmoothView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageSmoothView/GKPageSmoothView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/View+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/ViewController+MASAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/ViewController+MASAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/JXCategoryView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/WMMenuItem.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMMenuItem.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/WMMenuView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMMenuView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/WMPageController.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMPageController.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/JXCategoryView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/WMMenuItem.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMMenuItem.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/WMMenuView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMMenuView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/WMPageController.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMPageController.h -------------------------------------------------------------------------------- /Pictures/GKPageScrollView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pictures/GKPageScrollView.png -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/UIColor+JXAdd.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/UIColor+JXAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshNormalTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshStateTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/WMScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMScrollView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/UIColor+JXAdd.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/UIColor+JXAdd.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshNormalTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshStateTrailer.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/WMProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/WMScrollView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMScrollView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKPageScrollView/GKPageListContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageListContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UICollectionViewLayout+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UICollectionViewLayout+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/WMProgressView.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/WMMenuView/WMProgressView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKPageScrollView/GKPageListContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../../Sources/GKPageScrollView/GKPageListContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryTitleCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleCell.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UICollectionViewLayout+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UICollectionViewLayout+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryBaseCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseCell.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryBaseView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryFactory.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryFactory.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryTitleCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleCell.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryBaseCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseCell.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryBaseView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryFactory.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryFactory.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKCustomNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKCustomNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKGestureHandleDefine.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKGestureHandleDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKNavigationBarDefine.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKNavigationBarDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleCell.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKCustomNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKCustomNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKGestureHandleDefine.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKGestureHandleDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKNavigationBarDefine.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKNavigationBarDefine.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleCell.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryTitleCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryViewDefines.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryViewDefines.h -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKPopAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKPopAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UIImage+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIImage+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryBaseCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryTitleCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Title/JXCategoryTitleCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryViewAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryViewAnimator.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryViewDefines.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryViewDefines.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKBaseAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKBaseAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKGestureHandleConfigure.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKGestureHandleConfigure.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKNavigationBarConfigure.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKNavigationBarConfigure.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKPopAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKPopAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKPushAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKPushAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UIImage+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIImage+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryBaseCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryViewAnimator.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryViewAnimator.h -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKBaseAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKBaseAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKGestureHandleConfigure.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKGestureHandleConfigure.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKNavigationBarConfigure.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/GKNavigationBarConfigure.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKPushAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKPushAnimatedTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryCollectionView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryCollectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCell.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryCollectionView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryCollectionView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCell.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleCellModel.h -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UIScrollView+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UIScrollView+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryIndicatorProtocol.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryListContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryListContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleImageCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCell.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleImageView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/WMPageController/UIViewController+WMPageController.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/UIViewController+WMPageController.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UIScrollView+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UIScrollView+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorLineView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Indicator/Line/JXCategoryIndicatorLineView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorProtocol.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryIndicatorProtocol.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryListContainerView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryListContainerView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleImageCell.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCell.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleImageView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/WMPageController/UIViewController+WMPageController.h: -------------------------------------------------------------------------------- 1 | ../../../WMPageController/WMPageController/UIViewController+WMPageController.h -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UIBarButtonItem+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIBarButtonItem+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorLineView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Indicator/Line/JXCategoryIndicatorLineView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorParamsModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryIndicatorParamsModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UIBarButtonItem+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIBarButtonItem+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorParamsModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryIndicatorParamsModel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/GKNavigationInteractiveTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKNavigationInteractiveTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UINavigationItem+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UINavigationItem+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UIViewController+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UIViewController+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UIViewController+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIViewController+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategorySubTitleImageCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/GKNavigationInteractiveTransition.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/GKNavigationInteractiveTransition.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UINavigationItem+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UINavigationItem+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UIViewController+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UIViewController+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UIViewController+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UIViewController+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorComponentView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Component/JXCategoryIndicatorComponentView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategorySubTitleImageCellModel.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCellModel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorComponentView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Core/Component/JXCategoryIndicatorComponentView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UINavigationController+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UINavigationController+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Private/GKNavigationBar/UINavigationController+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UINavigationController+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UINavigationController+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/GestureHandle/UINavigationController+GKGestureHandle.h -------------------------------------------------------------------------------- /Pods/Headers/Public/GKNavigationBar/UINavigationController+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | ../../../GKNavigationBar/GKNavigationBar/NavigationBar/UINavigationController+GKNavigationBar.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Headers/Private/JXCategoryViewExt/JXCategoryIndicatorAlignmentLineView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Indicator/AlignmentLine/JXCategoryIndicatorAlignmentLineView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/JXCategoryViewExt/JXCategoryIndicatorAlignmentLineView.h: -------------------------------------------------------------------------------- 1 | ../../../JXCategoryViewExt/JXCategoryView/Indicator/AlignmentLine/JXCategoryIndicatorAlignmentLineView.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/trail_arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/trail_arrow@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.modulemap: -------------------------------------------------------------------------------- 1 | framework module SnapKit { 2 | umbrella header "SnapKit-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/test.imageset/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/test.imageset/test.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Masonry/Masonry-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Masonry : NSObject 3 | @end 4 | @implementation PodsDummy_Masonry 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_SnapKit : NSObject 3 | @end 4 | @implementation PodsDummy_SnapKit 5 | @end 6 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/douban.imageset/douban.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/douban.imageset/douban.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_bg.imageset/dy_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/dy_bg.imageset/dy_bg.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_bg.imageset/wb_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_bg.imageset/wb_bg.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wy_bg.imageset/wy_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wy_bg.imageset/wy_bg.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_bg.imageset/dy_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/dy_bg.imageset/dy_bg.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/test.imageset/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/test.imageset/test.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_bg.imageset/wb_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_bg.imageset/wb_bg.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wy_bg.imageset/wy_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wy_bg.imageset/wy_bg.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_icon.imageset/dy_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/dy_icon.imageset/dy_icon.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_find.imageset/wb_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_find.imageset/wb_find.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_icon.imageset/wb_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_icon.imageset/wb_icon.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/douban.imageset/douban.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/douban.imageset/douban.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/db_title.imageset/db_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/db_title.imageset/db_title.jpg -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/fangying.imageset/fangying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/fangying.imageset/fangying.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/wb_more@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/zhongcao.imageset/zhongcao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/zhongcao.imageset/zhongcao.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_icon.imageset/dy_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/dy_icon.imageset/dy_icon.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_find.imageset/wb_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_find.imageset/wb_find.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_icon.imageset/wb_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_icon.imageset/wb_icon.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/location.imageset/location@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/location.imageset/location@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/location.imageset/location@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/location.imageset/location@3x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/db_title.imageset/db_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/db_title.imageset/db_title.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/fangying.imageset/fangying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/fangying.imageset/fangying.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/wb_more@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/zhongcao.imageset/zhongcao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/zhongcao.imageset/zhongcao.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_content.imageset/dy_content.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/dy_content.imageset/dy_content.jpg -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/nav_line@3x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/Target Support Files/VTMagic-framework/VTMagic-framework.modulemap: -------------------------------------------------------------------------------- 1 | framework module VTMagic { 2 | umbrella header "VTMagic-framework-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_content.imageset/dy_content.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/dy_content.imageset/dy_content.jpg -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/location.imageset/location@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/location.imageset/location@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/location.imageset/location@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/location.imageset/location@3x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/nav_line@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView/GKPageScrollView.modulemap: -------------------------------------------------------------------------------- 1 | framework module GKPageScrollView { 2 | umbrella header "GKPageScrollView-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh-framework/MJRefresh-framework.modulemap: -------------------------------------------------------------------------------- 1 | framework module MJRefresh { 2 | umbrella header "MJRefresh-framework-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_black@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_black@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_black@3x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_white@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle/btn_back_white@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBar/GKNavigationBar-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKNavigationBar : NSObject 3 | @end 4 | @implementation PodsDummy_GKNavigationBar 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView/GKPageScrollView-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKPageScrollView : NSObject 3 | @end 4 | @implementation PodsDummy_GKPageScrollView 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView/GKPageSmoothView-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKPageSmoothView : NSObject 3 | @end 4 | @implementation PodsDummy_GKPageSmoothView 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_ObjcExample : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_ObjcExample 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftExample/Pods-SwiftExample.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_SwiftExample { 2 | umbrella header "Pods-SwiftExample-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/VTMagic-library/VTMagic-library-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_VTMagic_library : NSObject 3 | @end 4 | @implementation PodsDummy_VTMagic_library 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_black@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_black@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_black@3x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_white@2x.png -------------------------------------------------------------------------------- /Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/Pods/GKNavigationBarSwift/Sources/GKNavigationBarSwift.bundle/btn_back_white@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/JXCategoryViewExt/JXCategoryViewExt-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_JXCategoryViewExt : NSObject 3 | @end 4 | @implementation PodsDummy_JXCategoryViewExt 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh-library/MJRefresh-library-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJRefresh_library : NSObject 3 | @end 4 | @implementation PodsDummy_MJRefresh_library 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftExample/Pods-SwiftExample-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_SwiftExample : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_SwiftExample 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_SwiftUIExample { 2 | umbrella header "Pods-SwiftUIExample-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/VTMagic-framework/VTMagic-framework-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_VTMagic_framework : NSObject 3 | @end 4 | @implementation PodsDummy_VTMagic_framework 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBarSwift/GKNavigationBarSwift.modulemap: -------------------------------------------------------------------------------- 1 | framework module GKNavigationBarSwift { 2 | umbrella header "GKNavigationBarSwift-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView-Swift/GKPageScrollView-Swift.modulemap: -------------------------------------------------------------------------------- 1 | framework module GKPageScrollView { 2 | umbrella header "GKPageScrollView-Swift-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView-Swift/GKPageSmoothView-Swift.modulemap: -------------------------------------------------------------------------------- 1 | framework module GKPageSmoothView { 2 | umbrella header "GKPageSmoothView-Swift-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /GKPageScrollView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh-framework/MJRefresh-framework-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJRefresh_framework : NSObject 3 | @end 4 | @implementation PodsDummy_MJRefresh_framework 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_SwiftUIExample : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_SwiftUIExample 5 | @end 6 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_black.imageset/btn_back_black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/btn_back_black.imageset/btn_back_black@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_black.imageset/btn_back_black@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/btn_back_black.imageset/btn_back_black@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_white.imageset/btn_back_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/btn_back_white.imageset/btn_back_white@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_white.imageset/btn_back_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/btn_back_white.imageset/btn_back_white@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBarSwift/GKNavigationBarSwift-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKNavigationBarSwift : NSObject 3 | @end 4 | @implementation PodsDummy_GKNavigationBarSwift 5 | @end 6 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView-Swift/GKPageScrollView-Swift-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKPageScrollView_Swift : NSObject 3 | @end 4 | @implementation PodsDummy_GKPageScrollView_Swift 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView-Swift/GKPageSmoothView-Swift-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GKPageSmoothView_Swift : NSObject 3 | @end 4 | @implementation PodsDummy_GKPageSmoothView_Swift 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/WMPageController-framework/WMPageController-framework.modulemap: -------------------------------------------------------------------------------- 1 | framework module WMPageController { 2 | umbrella header "WMPageController-framework-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/SwiftExample-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | // 2 | // Use this file to import your target's public headers that you would like to expose to Swift. 3 | // 4 | 5 | //#import "WMPageController.h" 6 | #import "GKBallLoadingView.h" 7 | -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-054e1543/JXSegmentedViewExt-054e1543.modulemap: -------------------------------------------------------------------------------- 1 | framework module JXSegmentedViewExt { 2 | umbrella header "JXSegmentedViewExt-054e1543-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/WMPageController-library/WMPageController-library-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_WMPageController_library : NSObject 3 | @end 4 | @implementation PodsDummy_WMPageController_library 5 | @end 6 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/WMPageController-framework/WMPageController-framework-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_WMPageController_framework : NSObject 3 | @end 4 | @implementation PodsDummy_WMPageController_framework 5 | @end 6 | -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-054e1543/JXSegmentedViewExt-054e1543-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_JXSegmentedViewExt_054e1543 : NSObject 3 | @end 4 | @implementation PodsDummy_JXSegmentedViewExt_054e1543 5 | @end 6 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/cm2_list_icn_loading1@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/cm2_list_icn_loading2@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/cm2_list_icn_loading3@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_list_icn_loading4.imageset/cm2_list_icn_loading4@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1.imageset/cm2_topbar_icn_playing1@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2.imageset/cm2_topbar_icn_playing2@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3.imageset/cm2_topbar_icn_playing3@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4.imageset/cm2_topbar_icn_playing4@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5.imageset/cm2_topbar_icn_playing5@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6.imageset/cm2_topbar_icn_playing6@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@3x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@2x.png -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt-Core-Indicator_Line-Title.modulemap: -------------------------------------------------------------------------------- 1 | framework module JXSegmentedViewExt { 2 | umbrella header "JXSegmentedViewExt-Core-Indicator_Line-Title-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing1_prs.imageset/cm2_topbar_icn_playing1_prs@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing2_prs.imageset/cm2_topbar_icn_playing2_prs@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing3_prs.imageset/cm2_topbar_icn_playing3_prs@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing4_prs.imageset/cm2_topbar_icn_playing4_prs@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing5_prs.imageset/cm2_topbar_icn_playing5_prs@3x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@2x.png -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuintGao/GKPageScrollView/HEAD/SwiftExample/SwiftExample/Assets.xcassets/loading/cm2_topbar_icn_playing6_prs.imageset/cm2_topbar_icn_playing6_prs@3x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Masonry/Masonry-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Tools/JXCategoryPinTitleCellModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryPinTitleCellModel.m 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/2/5. 6 | // 7 | 8 | #import "JXCategoryPinTitleCellModel.h" 9 | 10 | @implementation JXCategoryPinTitleCellModel 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /Pods/VTMagic/VTMagic/VTMagic.h: -------------------------------------------------------------------------------- 1 | // 2 | // VTMagic.h 3 | // VTMagic 4 | // 5 | // Created by tianzhuo on 15/10/17. 6 | // Copyright © 2015年 tianzhuo. All rights reserved. 7 | // 8 | 9 | #ifndef VTMagic_h 10 | #define VTMagic_h 11 | 12 | #import "VTMagicController.h" 13 | 14 | #endif /* VTMagic_h */ 15 | -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBar/GKNavigationBar-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView/GKPageScrollView-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView/GKPageSmoothView-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXCategoryViewExt/JXCategoryViewExt-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh-library/MJRefresh-library-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks-Debug-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GKPageScrollView.framework 2 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXSegmentedViewExt.framework 3 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks-Release-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GKPageScrollView.framework 2 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXSegmentedViewExt.framework 3 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework -------------------------------------------------------------------------------- /Pods/Target Support Files/VTMagic-framework/VTMagic-framework-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/VTMagic-library/VTMagic-library-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh-framework/MJRefresh-framework-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /GKPageScrollView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2020/12/29. 6 | // 7 | 8 | #import 9 | 10 | @interface AppDelegate : UIResponder 11 | 12 | @property (strong, nonatomic) UIWindow *window; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Pods/Masonry/Masonry/MASLayoutConstraint.m: -------------------------------------------------------------------------------- 1 | // 2 | // MASLayoutConstraint.m 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASLayoutConstraint.h" 10 | 11 | @implementation MASLayoutConstraint 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBarSwift/GKNavigationBarSwift-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView-Swift/GKPageScrollView-Swift-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView-Swift/GKPageSmoothView-Swift-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt-Core-Indicator_Line-Title-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_JXSegmentedViewExt_Core_Indicator_Line_Title : NSObject 3 | @end 4 | @implementation PodsDummy_JXSegmentedViewExt_Core_Indicator_Line_Title 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/WMPageController-library/WMPageController-library-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-054e1543/JXSegmentedViewExt-054e1543-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/WMPageController-framework/WMPageController-framework-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /GKPageScrollView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCellModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategorySubTitleImageCellModel.m 3 | // ObjcExample 4 | // 5 | // Created by gaokun on 2021/1/21. 6 | // 7 | 8 | #import "JXCategorySubTitleImageCellModel.h" 9 | 10 | @implementation JXCategorySubTitleImageCellModel 11 | 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/2/20. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | @interface ViewController : GKDemoBaseViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Base/JXCategoryBaseCellModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryBaseCellModel.m 3 | // UI系列测试 4 | // 5 | // Created by jiaxin on 2018/3/15. 6 | // Copyright © 2018年 jiaxin. All rights reserved. 7 | // 8 | 9 | #import "JXCategoryBaseCellModel.h" 10 | 11 | @implementation JXCategoryBaseCellModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/WMPageController/WMPageController/WMMenuView/WMScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // WMScrollView.h 3 | // WMPageController 4 | // 5 | // Created by lh on 15/11/21. 6 | // Copyright (c) 2015年 yq. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface WMScrollView : UIScrollView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryComponetCell.h 3 | // DQGuess 4 | // 5 | // Created by jiaxin on 2018/7/25. 6 | // Copyright © 2018年 jingbo. All rights reserved. 7 | // 8 | 9 | #import "JXCategoryBaseCell.h" 10 | 11 | @interface JXCategoryIndicatorCell : JXCategoryBaseCell 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt-Core-Indicator_Line-Title-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /SwiftUIExample/SwiftUIExample/SwiftUIExampleApp.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftUIExampleApp.swift 3 | // SwiftUIExample 4 | // 5 | // Created by QuintGao on 2023/6/21. 6 | // 7 | 8 | import SwiftUI 9 | 10 | @main 11 | struct SwiftUIExampleApp: App { 12 | var body: some Scene { 13 | WindowGroup { 14 | ContentView() 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Indicator/JXCategoryIndicatorCellModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryComponentCellModel.m 3 | // DQGuess 4 | // 5 | // Created by jiaxin on 2018/7/25. 6 | // Copyright © 2018年 jingbo. All rights reserved. 7 | // 8 | 9 | #import "JXCategoryIndicatorCellModel.h" 10 | 11 | @implementation JXCategoryIndicatorCellModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryIndicatorParamsModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryIndicatorParamsModel.m 3 | // JXCategoryView 4 | // 5 | // Created by jiaxin on 2018/12/13. 6 | // Copyright © 2018 jiaxin. All rights reserved. 7 | // 8 | 9 | #import "JXCategoryIndicatorParamsModel.h" 10 | 11 | @implementation JXCategoryIndicatorParamsModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestHeaderView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/10/25. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKTestHeaderView : UIView 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/Custom/GKCustomViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKCustomViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2025/3/18. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKCustomViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/SubTitleImage/JXCategorySubTitleImageCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategorySubTitleImageCell.h 3 | // ObjcExample 4 | // 5 | // Created by gaokun on 2021/1/21. 6 | // 7 | 8 | #import "JXCategorySubTitleCell.h" 9 | 10 | @interface JXCategorySubTitleImageCell : JXCategorySubTitleCell 11 | 12 | @property (nonatomic, strong) UIImageView *imageView; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/AllRefresh/GKAllRefreshViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKAllRefreshViewController.h 3 | // ObjcExample 4 | // 5 | // Created by lcg on 2022/11/30. 6 | // 7 | 8 | #import "GKBasePageViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKAllRefreshViewController : GKBasePageViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestScrollView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/4/18. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKPageScrollView.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKTestScrollView : GKPageScrollView 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Demo/Tools/JXSegmentedPinTitleItemModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedPinTitleItemModel.swift 3 | // SwiftExample 4 | // 5 | // Created by QuintGao on 2021/3/18. 6 | // 7 | 8 | import UIKit 9 | import JXSegmentedViewExt 10 | 11 | class JXSegmentedPinTitleItemModel: JXSegmentedTitleItemModel { 12 | open var pinImage: UIImage? 13 | open var pinImgSize: CGSize? 14 | } 15 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/Custom/GKSmoothCustomViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKSmoothCustomViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2025/3/18. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKSmoothCustomViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/PinLocation/GKPinLocationViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKPinLocationViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/2/5. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKPinLocationViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks-Debug-input-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${PODS_ROOT}/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks.sh 2 | ${BUILT_PRODUCTS_DIR}/GKPageScrollView-Swift/GKPageScrollView.framework 3 | ${BUILT_PRODUCTS_DIR}/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt.framework 4 | ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks-Release-input-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${PODS_ROOT}/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-frameworks.sh 2 | ${BUILT_PRODUCTS_DIR}/GKPageScrollView-Swift/GKPageScrollView.framework 3 | ${BUILT_PRODUCTS_DIR}/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt.framework 4 | ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/修改header高度/GKChangeHeaderViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKChangeHeaderViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2022/9/1. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKChangeHeaderViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKNavigationBar.h 3 | // GKNavigationBar 4 | // 5 | // Created by QuintGao on 2019/10/27. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #ifndef GKNavigationBar_h 10 | #define GKNavigationBar_h 11 | 12 | #import "GKNavigationBarDefine.h" 13 | #import "GKGestureHandleDefine.h" 14 | 15 | #endif /* GKNavigationBar_h */ 16 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/HeaderScroll/GKHeaderScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKHeaderScrollView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/5/31. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKHeaderScrollView : UIView 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Tools/JXCategoryPinTitleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryPinTitleCell.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/2/5. 6 | // 7 | 8 | #import "JXCategoryTitleCell.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface JXCategoryPinTitleCell : JXCategoryTitleCell 13 | 14 | @property (nonatomic, strong) UIImageView *pinImgView; 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double SnapKitVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char SnapKitVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/MainScrollDisabled/GKPageMainDisabledViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKPageMainDisabledViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/7/19. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKPageMainDisabledViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestViewController.h 3 | // GKPageScrollViewDemo 4 | // 5 | // Created by QuintGao on 2018/12/6. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKTestViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Base/GKDemoBaseViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDemoBaseViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/27. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKDemoBaseViewController : UIViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/微博/GKWBViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWBViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/27. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKWBViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/抖音/GKDYViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDYViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKDYViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/MainScrollDisabled/GKSmoothMainDisabledViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKSmoothMainDisabledViewController.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/7/1. 6 | // 7 | 8 | #import "GKDemoBaseViewController.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GKSmoothMainDisabledViewController : GKDemoBaseViewController 13 | 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/网易云音乐/GKWYViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWYViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKWYViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/豆瓣/GKDBViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDBViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2020/12/17. 6 | // Copyright © 2020 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKDBViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/Nest/GKNest1ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKNest1ViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/9/30. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKNest1ViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/Nest/GKNest2ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKNest2ViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/10/21. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKNest2ViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/微博/GKWBFindViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWBFindViewController.h 3 | // GKPageScrollViewDemo 4 | // 5 | // Created by QuintGao on 2019/2/22. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKWBFindViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GestureHandle/GKPopAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKPopAnimatedTransition.h 3 | // GKNavigationBar 4 | // 5 | // Created by QuintGao on 2019/10/30. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBaseAnimatedTransition.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKPopAnimatedTransition : GKBaseAnimatedTransition 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/SubTitle/JXCategorySubTitleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategorySubTitleCell.h 3 | // ObjcExample 4 | // 5 | // Created by gaokun on 2021/1/21. 6 | // 7 | 8 | #import "JXCategoryTitleCell.h" 9 | 10 | @interface JXCategorySubTitleCell : JXCategoryTitleCell 11 | 12 | @property (nonatomic, strong) UILabel *subTitleLabel; 13 | 14 | @property (nonatomic, strong) NSLayoutConstraint *subTitleLabelCenterX; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutConstraint+MASDebugAdditions.h 3 | // Masonry 4 | // 5 | // Created by Jonas Budelmann on 3/08/13. 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. 7 | // 8 | 9 | #import "MASUtilities.h" 10 | 11 | /** 12 | * makes debug and log output of NSLayoutConstraints more readable 13 | */ 14 | @interface NSLayoutConstraint (MASDebugAdditions) 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /GKPageScrollView.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildSystemType 6 | Latest 7 | DisableBuildSystemDeprecationDiagnostic 8 | 9 | PreviewsEnabled 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/VTMagic/GKVTMagicViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKVTMagicViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/6/6. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKVTMagicViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/Smooth/GKSmoothViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKSmoothViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2020/5/8. 6 | // Copyright © 2020 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKSmoothViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageSmoothView/豆瓣/GKDBListView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDBListView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2020/12/17. 6 | // Copyright © 2020 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "GKPageSmoothView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKDBListView : UIView 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GestureHandle/GKPushAnimatedTransition.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKPushAnimatedTransition.h 3 | // GKNavigationBar 4 | // 5 | // Created by QuintGao on 2019/10/30. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBaseAnimatedTransition.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKPushAnimatedTransition : GKBaseAnimatedTransition 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/test.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "test.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wy_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wy_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/ItemLoad/GKItemLoadViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKItemLoadViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/3/21. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKItemLoadViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/ListLoad/GKListLoadViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKListLoadViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/3/13. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKListLoadViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/子列表索引/GKListIndexViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKListIndexViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/3/13. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKListIndexViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestListScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestListScrollView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/6/16. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKTestListScrollView : UIScrollView 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView/GKPageScrollView-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double GKPageScrollViewVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char GKPageScrollViewVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/test.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "test.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/db_title.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "db_title.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/douban.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "douban.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_icon.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/fangying.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fangying.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_find.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_find.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_icon.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/zhongcao.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "zhongcao.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftExample/Pods-SwiftExample-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_SwiftExampleVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_SwiftExampleVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/douban.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "douban.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_icon.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_find.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_find.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_icon.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wy_bg.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wy_bg.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/dy_content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_content.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestListCollectionView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestListCollectionView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/7/15. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKTestListCollectionView : UIView 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageScrollView-Swift/GKPageScrollView-Swift-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double GKPageScrollViewVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char GKPageScrollViewVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKPageSmoothView-Swift/GKPageSmoothView-Swift-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double GKPageSmoothViewVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char GKPageSmoothViewVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-SwiftUIExample/Pods-SwiftUIExample-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_SwiftUIExampleVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_SwiftUIExampleVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/db_title.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "db_title.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/fangying.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fangying.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/zhongcao.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "zhongcao.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/ListRefresh/GKListRefreshViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKListRefreshViewController.h 3 | // GKPageScrollViewDemo 4 | // 5 | // Created by QuintGao on 2018/12/11. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBasePageViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKListRefreshViewController : GKBasePageViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/MainRefresh/GKMainRefreshViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKMainRefreshViewController.h 3 | // GKPageScrollViewDemo 4 | // 5 | // Created by QuintGao on 2018/12/11. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBasePageViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKMainRefreshViewController : GKBasePageViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GKNavigationBarSwift/GKNavigationBarSwift-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double GKNavigationBarSwiftVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char GKNavigationBarSwiftVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Sources/GKPageScrollView/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyAccessedAPITypes 10 | 11 | NSPrivacyCollectedDataTypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Sources/GKPageSmoothView/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyAccessedAPITypes 10 | 11 | NSPrivacyCollectedDataTypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/dy_content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "dy_content.jpg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/HeaderScroll/GKHeaderScrollViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKHeaderScrollViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/5/31. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKHeaderScrollViewController : GKDemoBaseViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /Sources/GKPageScrollViewSwift/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyAccessedAPITypes 10 | 11 | NSPrivacyCollectedDataTypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Sources/GKPageSmoothViewSwift/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyAccessedAPITypes 10 | 11 | NSPrivacyCollectedDataTypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyCollectedDataTypes 10 | 11 | NSPrivacyAccessedAPITypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Pods/JXSegmentedViewExt/Sources/Core/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyCollectedDataTypes 6 | 7 | NSPrivacyAccessedAPITypes 8 | 9 | NSPrivacyTrackingDomains 10 | 11 | NSPrivacyTracking 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-054e1543/JXSegmentedViewExt-054e1543-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double JXSegmentedViewExtVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char JXSegmentedViewExtVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NSPrivacyTracking 6 | 7 | NSPrivacyTrackingDomains 8 | 9 | NSPrivacyCollectedDataTypes 10 | 11 | NSPrivacyAccessedAPITypes 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Tools/JXCategoryPinTitleCellModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryPinTitleCellModel.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/2/5. 6 | // 7 | 8 | #import "JXCategoryTitleCellModel.h" 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface JXCategoryPinTitleCellModel : JXCategoryTitleCellModel 13 | 14 | @property (nonatomic, strong) UIImage *pinImage; 15 | @property (nonatomic, assign) CGSize imageSize; 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/NavigationBar/UINavigationItem+GKNavigationBar.h: -------------------------------------------------------------------------------- 1 | // 2 | // UINavigationItem+GKNavigationBar.h 3 | // GKNavigationBar 4 | // 5 | // Created by QuintGao on 2019/10/29. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UINavigationItem (GKNavigationBar) 14 | 15 | @end 16 | 17 | @interface NSObject (GKNavigationBar) 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefresh 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #if __has_include() 10 | #import 11 | #else 12 | #import "MJRefreshFooter.h" 13 | #endif 14 | 15 | NS_ASSUME_NONNULL_BEGIN 16 | 17 | @interface MJRefreshBackFooter : MJRefreshFooter 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/微博/GKWBHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWBHeaderView.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/27. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | #define kWBHeaderHeight kScreenW * 385.0f / 704.0f 14 | 15 | @interface GKWBHeaderView : UIView 16 | 17 | - (void)scrollViewDidScroll:(CGFloat)offsetY; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/网易云音乐/GKWYListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWYListViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBaseTableViewController.h" 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKWYListViewController : GKBaseTableViewController 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/location.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "filename" : "location@2x.png", 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "filename" : "location@3x.png", 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "author" : "xcode", 20 | "version" : 1 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/location.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "filename" : "location@2x.png", 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "filename" : "location@3x.png", 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "author" : "xcode", 20 | "version" : 1 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/Nest/GKNestView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKNestView.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/9/30. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKNestView : UIView 15 | 16 | @property (nonatomic, strong) UIScrollView *contentScrollView; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Pods/Target Support Files/JXSegmentedViewExt-Core-Indicator_Line-Title/JXSegmentedViewExt-Core-Indicator_Line-Title-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double JXSegmentedViewExtVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char JXSegmentedViewExtVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/子列表索引/GKIndexListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKIndexListViewController.h 3 | // GKPageScrollViewDemo 4 | // 5 | // Created by QuintGao on 2018/12/11. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKIndexListViewController.h" 10 | #import 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKIndexListViewController : UIViewController 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestListViewController.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2020/1/15. 6 | // Copyright © 2020 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKTestListViewController : GKDemoBaseViewController 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /Pods/GKNavigationBar/GKNavigationBar/GestureHandle/UIScrollView+GKGestureHandle.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIScrollView+GKGestureHandle.h 3 | // GKNavigationBar 4 | // 5 | // Created by QuintGao on 2020/10/29. 6 | // Copyright © 2020 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface UIScrollView (GKGestureHandle) 14 | 15 | /// 是否开启UIScrollView左滑返回手势处理,默认NO 16 | @property (nonatomic, assign) BOOL gk_openGestureHandle; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /Pods/WMPageController/WMPageController/UIViewController+WMPageController.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIViewController+WMPageController.h 3 | // WMPageController 4 | // 5 | // Created by Mark on 15/6/11. 6 | // Copyright (c) 2015年 yq. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class WMPageController; 12 | 13 | @interface UIViewController (WMPageController) 14 | 15 | /** 16 | 获取控制器所在的WMPageController 17 | */ 18 | @property (nonatomic, nullable, strong, readonly) WMPageController *wm_pageController; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_black.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "filename" : "btn_back_black@2x.png", 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "filename" : "btn_back_black@3x.png", 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "author" : "xcode", 20 | "version" : 1 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/btn_back_white.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "filename" : "btn_back_white@2x.png", 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "filename" : "btn_back_white@3x.png", 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "author" : "xcode", 20 | "version" : 1 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2020/12/29. 6 | // 7 | 8 | #import 9 | #import "AppDelegate.h" 10 | 11 | int main(int argc, char * argv[]) { 12 | NSString * appDelegateClassName; 13 | @autoreleasepool { 14 | // Setup code that might create autoreleased objects goes here. 15 | appDelegateClassName = NSStringFromClass([AppDelegate class]); 16 | } 17 | return UIApplicationMain(argc, argv, nil, appDelegateClassName); 18 | } 19 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UICollectionViewLayout+MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 2 | // UICollectionViewLayout+MJRefresh.h 3 | // 4 | // 该类是用来解决 Footer 在底端加载完成后, 仍停留在原处的 bug. 5 | // 此问题出现在 iOS 14 及以下系统上. 6 | // Reference: https://github.com/CoderMJLee/MJRefresh/issues/1552 7 | // 8 | // Created by jiasong on 2021/11/15. 9 | // Copyright © 2021 小码哥. All rights reserved. 10 | // 11 | 12 | #import 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | @interface UICollectionViewLayout (MJRefresh) 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Demo/Test/GKTestViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestViewController.swift 3 | // GKPageScrollViewSwift 4 | // 5 | // Created by QuintGao on 2019/12/20. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class GKTestViewController: GKDemoBaseViewController { 12 | 13 | override func viewDidLoad() { 14 | super.viewDidLoad() 15 | 16 | view.backgroundColor = .white 17 | gk_navTitle = "test" 18 | gk_backStyle = .black 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/wb_more.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_more.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "wb_more@2x.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "wb_more@3x.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Base/GKBaseTableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKBaseTableViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKBaseTableViewController : GKDemoBaseViewController 14 | 15 | @property (nonatomic, strong) UITableView *tableView; 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/网易云音乐/GKWYHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWYHeaderView.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | #define kWYHeaderHeight (kScreenW * 500.0f / 750.0f - kNavBarHeight) 14 | 15 | @interface GKWYHeaderView : UIView 16 | 17 | @property (nonatomic, strong) UILabel *nameLabel; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Assets.xcassets/wb_more.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "wb_more.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "wb_more@2x.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "wb_more@3x.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Common/UIColor+JXAdd.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+JXAdd.h 3 | // UI系列测试 4 | // 5 | // Created by jiaxin on 2018/3/21. 6 | // Copyright © 2018年 jiaxin. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIColor (JXAdd) 12 | 13 | @property (nonatomic, assign, readonly) CGFloat jx_red; 14 | @property (nonatomic, assign, readonly) CGFloat jx_green; 15 | @property (nonatomic, assign, readonly) CGFloat jx_blue; 16 | @property (nonatomic, assign, readonly) CGFloat jx_alpha; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Tools/GKBallLoadingView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKBallLoadingView.h 3 | // GKDYVideo 4 | // 5 | // Created by QuintGao on 2019/5/7. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKBallLoadingView : UIView 14 | 15 | + (instancetype)loadingViewInView:(UIView *)view; 16 | 17 | - (void)startLoadingWithProgress:(CGFloat)progress; 18 | 19 | - (void)startLoading; 20 | - (void)stopLoading; 21 | 22 | @end 23 | 24 | NS_ASSUME_NONNULL_END 25 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Tools/JXCategoryPinTitleView.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryPinTitleView.h 3 | // ObjcExample 4 | // 5 | // Created by QuintGao on 2021/2/5. 6 | // 7 | 8 | #import "JXCategoryTitleView.h" 9 | #import "JXCategoryPinTitleCell.h" 10 | #import "JXCategoryPinTitleCellModel.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface JXCategoryPinTitleView : JXCategoryTitleView 15 | 16 | @property (nonatomic, strong) UIImage *pinImage; 17 | @property (nonatomic, assign) CGSize pinImageSize; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/微博/GKWBListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKWBListViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/27. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKDemoBaseViewController.h" 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKWBListViewController : GKDemoBaseViewController 15 | 16 | @property (nonatomic, assign) BOOL isCanScroll; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/抖音/GKDYListViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDYListViewController.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKBaseTableViewController.h" 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKDYListViewController : GKBaseTableViewController 15 | 16 | @property (nonatomic, assign) NSInteger index; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /SwiftExample/SwiftExample/Demo/Tools/GKBallLoadingView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKBallLoadingView.h 3 | // GKDYVideo 4 | // 5 | // Created by QuintGao on 2019/5/7. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface GKBallLoadingView : UIView 14 | 15 | + (instancetype)loadingViewInView:(UIView *)view; 16 | 17 | - (void)startLoadingWithProgress:(CGFloat)progress; 18 | 19 | - (void)startLoading; 20 | - (void)stopLoading; 21 | 22 | @end 23 | 24 | NS_ASSUME_NONNULL_END 25 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/抖音/GKDYHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKDYHeaderView.h 3 | // GKPageScrollView 4 | // 5 | // Created by QuintGao on 2018/10/28. 6 | // Copyright © 2018 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | #define kDYHeaderHeight (kScreenW * 375.0f / 345.0f) 14 | #define kDYBgImgHeight (kScreenW * 110.0f / 345.0f) 15 | 16 | @interface GKDYHeaderView : UIView 17 | 18 | - (void)scrollViewDidScroll:(CGFloat)offsetY; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /Pods/JXCategoryViewExt/JXCategoryView/Core/Common/JXCategoryFactory.h: -------------------------------------------------------------------------------- 1 | // 2 | // JXCategoryFactory.h 3 | // JXCategoryView 4 | // 5 | // Created by jiaxin on 2018/8/17. 6 | // Copyright © 2018年 jiaxin. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface JXCategoryFactory : NSObject 13 | 14 | + (CGFloat)interpolationFrom:(CGFloat)from to:(CGFloat)to percent:(CGFloat)percent; 15 | 16 | + (UIColor *)interpolationColorFrom:(UIColor *)fromColor to:(UIColor *)toColor percent:(CGFloat)percent; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SnapKit 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 3 | OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS 4 | PODS_BUILD_DIR = ${BUILD_DIR} 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 6 | PODS_ROOT = ${SRCROOT} 7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/SnapKit 8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 9 | SKIP_INSTALL = YES 10 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES 11 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources-Debug-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKNavigationBar.bundle 2 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKNavigationBar.privacy.bundle 3 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKPageScrollView.bundle 4 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKPageSmoothView.bundle 5 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/JXCategoryViewExt.bundle 6 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MJRefresh.bundle -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources-Release-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKNavigationBar.bundle 2 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKNavigationBar.privacy.bundle 3 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKPageScrollView.bundle 4 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GKPageSmoothView.bundle 5 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/JXCategoryViewExt.bundle 6 | ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MJRefresh.bundle -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/Test/GKTestScrollView.m: -------------------------------------------------------------------------------- 1 | // 2 | // GKTestScrollView.m 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/4/18. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import "GKTestScrollView.h" 10 | 11 | @implementation GKTestScrollView 12 | 13 | //- (void)listScrollViewDidScroll:(UIScrollView *)scrollView { 14 | // // do nothing 15 | // scrollView.contentOffset = CGPointMake(0, 0); 16 | //} 17 | // 18 | //- (void)mainScrollViewDidScroll:(UIScrollView *)scrollView { 19 | // // do nothing 20 | //} 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Pods/JXSegmentedViewExt/Sources/Title/JXSegmentedTitleDynamicConfiguration.swift: -------------------------------------------------------------------------------- 1 | // 2 | // JXSegmentedTitleDynamicConfiguration.swift 3 | // JXSegmentedViewExt 4 | // 5 | // Created by QuintGao on 2024/5/16. 6 | // 7 | 8 | import UIKit 9 | 10 | public protocol JXSegmentedTitleDynamicConfiguration: NSObject { 11 | func titleNumberOfLines(at index: Int) -> Int 12 | func titleNormalColor(at index: Int) -> UIColor 13 | func titleSelectedColor(at index: Int) -> UIColor 14 | func titleNormalFont(at index: Int) -> UIFont 15 | func titleSelectedFont(at index: Int) -> UIFont? 16 | } 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources-Debug-input-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${PODS_ROOT}/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources.sh 2 | ${PODS_ROOT}/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle 3 | ${PODS_CONFIGURATION_BUILD_DIR}/GKNavigationBar/GKNavigationBar.privacy.bundle 4 | ${PODS_CONFIGURATION_BUILD_DIR}/GKPageScrollView/GKPageScrollView.bundle 5 | ${PODS_CONFIGURATION_BUILD_DIR}/GKPageSmoothView/GKPageSmoothView.bundle 6 | ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryViewExt/JXCategoryViewExt.bundle 7 | ${PODS_ROOT}/MJRefresh/MJRefresh/MJRefresh.bundle -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources-Release-input-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${PODS_ROOT}/Target Support Files/Pods-ObjcExample/Pods-ObjcExample-resources.sh 2 | ${PODS_ROOT}/GKNavigationBar/GKNavigationBar/GKNavigationBar.bundle 3 | ${PODS_CONFIGURATION_BUILD_DIR}/GKNavigationBar/GKNavigationBar.privacy.bundle 4 | ${PODS_CONFIGURATION_BUILD_DIR}/GKPageScrollView/GKPageScrollView.bundle 5 | ${PODS_CONFIGURATION_BUILD_DIR}/GKPageSmoothView/GKPageSmoothView.bundle 6 | ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryViewExt/JXCategoryViewExt.bundle 7 | ${PODS_ROOT}/MJRefresh/MJRefresh/MJRefresh.bundle -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Demo/GKPageScrollView/Nest/GKNest2View.h: -------------------------------------------------------------------------------- 1 | // 2 | // GKNest2View.h 3 | // GKPageScrollViewObjc 4 | // 5 | // Created by QuintGao on 2019/10/21. 6 | // Copyright © 2019 QuintGao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "GKPageScrollView.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface GKNest2View : UIView 15 | 16 | @property (nonatomic, strong) GKPageScrollView *pageScrollView; 17 | 18 | @property (nonatomic, weak) UIScrollView *mainScrollView; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "cm2_list_icn_loading1.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "cm2_list_icn_loading1@2x.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "cm2_list_icn_loading1@3x.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "cm2_list_icn_loading2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "cm2_list_icn_loading2@2x.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "cm2_list_icn_loading2@3x.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ObjcExample/ObjcExample/Assets.xcassets/loading/cm2_list_icn_loading3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "cm2_list_icn_loading3.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "cm2_list_icn_loading3@2x.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "cm2_list_icn_loading3@3x.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | --------------------------------------------------------------------------------