Skip to content

Commit 77fcc40

Browse files
committed
Fixed redurant.
1 parent 0c4346b commit 77fcc40

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/NativeUIKit/Controllers/NativeScrollController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SparrowKit
2626
/**
2727
NativeUIKit: Hide navigation bar when scrolling to up.
2828
*/
29-
open class NativeScrollController: SPScrollController, UIScrollViewDelegate {
29+
open class NativeScrollController: SPScrollController {
3030

3131
// MARK: - Data
3232

0 commit comments

Comments
 (0)