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

Commit 33e3f31

Browse files
authored
Update README.md
1 parent ba11e66 commit 33e3f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ public enum MenuMoveState {
274274
case didMoveController(to: UIViewController, from: UIViewController)
275275
case willMoveItem(to: MenuItemView, from: MenuItemView)
276276
case didMoveItem(to: MenuItemView, from: MenuItemView)
277+
case didScrollStart
278+
case didScrollEnd
277279
}
278280

279281
pagingMenuController.onMove = { state in

0 commit comments

Comments
 (0)