Skip to content

Commit e76f834

Browse files
Merge pull request #101 from UbiqueInnovation/bugfix/reset-driving-scroll-view
Bugfix/reset driving scroll view
2 parents aa7bd20 + 7cb7a47 commit e76f834

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Example/OverlayContainer_Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

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.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(url: "https://github.com/Quick/Nimble", from: "9.0.0"),
17-
.package(url: "https://github.com/Quick/Quick", from: "3.1.0"),
17+
.package(url: "https://github.com/Quick/Quick", from: "4.0.0"),
1818
],
1919
targets: [
2020
.target(

Source/OverlayContainer/OverlayContainerViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ open class OverlayContainerViewController: UIViewController {
283283
scrollView: scrollView
284284
)
285285
drivers.append(driver)
286+
} else {
287+
overlayPanGesture.drivingScrollView = nil
286288
}
287289
translationDrivers = drivers
288290
}

0 commit comments

Comments
 (0)