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

Commit

Permalink
Update example project
Browse files Browse the repository at this point in the history
  • Loading branch information
kitasuke committed Jan 9, 2017
1 parent 0759c5e commit 8f1a786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Example/PagingMenuControllerDemo2/RootViewControoler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ class RootViewControoler: UIViewController {
case let .didMoveItem(menuItemView, previousMenuItemView):
print(previousMenuItemView)
print(menuItemView)
case .didScrollStart:
print("Scroll start")
case .didScrollEnd:
print("Scroll end")
}
}

Expand Down

0 comments on commit 8f1a786

Please sign in to comment.