Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
pujiaxin33 committed Jul 10, 2024
1 parent aad2a23 commit 0fcd07d
Show file tree
Hide file tree
Showing 34 changed files with 1,378 additions and 1,079 deletions.
8 changes: 4 additions & 4 deletions Examples/JXPagerViewExample-OC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- FDFullscreenPopGesture (1.1)
- JXCategoryView (1.5.2)
- JXPagingView/Pager (2.0.2)
- JXPagingView/Pager (2.1.4)
- MJRefresh (3.4.0)

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ DEPENDENCIES:
- MJRefresh (= 3.4.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- FDFullscreenPopGesture
- JXCategoryView
- MJRefresh
Expand All @@ -23,9 +23,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
FDFullscreenPopGesture: a8a620179e3d9c40e8e00256dcee1c1a27c6d0f0
JXCategoryView: b284d35a7a8772eada05dd78642233e1eb763ea8
JXPagingView: 6a871421874fbbd3d38f03bcc7a2a5b9f59cc76b
JXPagingView: 28ab45ab0f9811153ef28266071877d42483ba8c
MJRefresh: 95b08b3b8b6457d2c69510439e0349599050ea34

PODFILE CHECKSUM: f2f368988a01cb8305f116e306d3d45a46ce0a01

COCOAPODS: 1.7.5
COCOAPODS: 1.15.2

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

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

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

8 changes: 4 additions & 4 deletions Examples/JXPagerViewExample-OC/Pods/Manifest.lock

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

1,787 changes: 952 additions & 835 deletions Examples/JXPagerViewExample-OC/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -474,7 +474,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -528,7 +528,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand All @@ -549,7 +549,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/JXPagingViewExample/Swift-Bridge-Objective-C.h";
INFOPLIST_FILE = JXPagingViewExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -573,7 +573,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/JXPagingViewExample/Swift-Bridge-Objective-C.h";
INFOPLIST_FILE = JXPagingViewExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ class BaseNavigationController: UINavigationController {
super.viewDidLoad()

self.interactivePopGestureRecognizer?.delegate = self

if #available(iOS 13.0, *) {
// iOS15 系统下 push 后导航条变黑色 且 有卡顿
let barAppearance = UINavigationBarAppearance()
barAppearance.backgroundColor = .white
self.navigationBar.scrollEdgeAppearance = barAppearance
self.navigationBar.standardAppearance = barAppearance;
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions Examples/JXPagingViewExample/JXPagingViewExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
Loading

0 comments on commit 0fcd07d

Please sign in to comment.