Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit 8f1a786

Browse files
committed
Update example project
1 parent 0759c5e commit 8f1a786

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Example/PagingMenuControllerDemo2/RootViewControoler.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ class RootViewControoler: UIViewController {
6666
case let .didMoveItem(menuItemView, previousMenuItemView):
6767
print(previousMenuItemView)
6868
print(menuItemView)
69+
case .didScrollStart:
70+
print("Scroll start")
71+
case .didScrollEnd:
72+
print("Scroll end")
6973
}
7074
}
7175

0 commit comments

Comments
 (0)