We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934b3b commit 76bb36cCopy full SHA for 76bb36c
Example/PagingMenuControllerDemo/PagingMenuViewController.swift
@@ -32,6 +32,10 @@ class PagingMenuViewController: UIViewController {
32
case let .didMoveItem(menuItemView, previousMenuItemView):
33
print(previousMenuItemView)
34
print(menuItemView)
35
+ case .didScrollStart:
36
+ print("Scroll start")
37
+ case .didScrollEnd:
38
+ print("Scroll end")
39
}
40
41
0 commit comments