Skip to content

Commit

Permalink
Merge pull request #155 from apiyron/master
Browse files Browse the repository at this point in the history
👍
  • Loading branch information
andreamazz committed Oct 4, 2015
2 parents bc513da + ca76114 commit 7b675b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ Delegate function:
func scrollingNavigationController(controller: ScrollingNavigationController, didChangeState state: NavigationBarState) {
switch state {
case .Collapsed:
println("navbar collapsed")
print("navbar collapsed")
case .Expanded:
println("navbar expanded")
print("navbar expanded")
case .Scrolling:
println("navbar is moving")
print("navbar is moving")
}
}
```
Expand Down

0 comments on commit 7b675b7

Please sign in to comment.