Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Nov 7, 2015
1 parent e82cbe7 commit 0d06cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ScrollingNavigationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public class ScrollingNavigationController: UINavigationController, UIGestureRec
}

/**
UIGestureRecognizerDelegate function. Only scrolls the navigation bar with the content when scrollingEnabled is true
UIGestureRecognizerDelegate function. Only scrolls the navigation bar with the content when `scrollingEnabled` is true
*/
public func gestureRecognizer(gestureRecognizer: UIGestureRecognizer, shouldReceiveTouch touch: UITouch) -> Bool {
return scrollingEnabled
Expand Down

0 comments on commit 0d06cc3

Please sign in to comment.