Skip to content

Commit a8017b6

Browse files
committed
support iOS 18
1 parent c7ae68a commit a8017b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Examples/ScrollViewLoaderTest.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/ScrollViewLoader/ScrollViewLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct DelegateHolder<Content: View>: View {
4747

4848
var body: some View {
4949
content
50-
.introspect(.scrollView, on: .iOS(.v15, .v16, .v17)) { scrollView in
50+
.introspect(.scrollView, on: .iOS(.v15, .v16, .v17, .v18)) { scrollView in
5151
scrollView.delegate = offsetNotifier
5252
offsetNotifier.scrollView = scrollView
5353
offsetNotifier.scrollViewDidScroll(scrollView)

0 commit comments

Comments
 (0)