From 0d06cc3516c0bc7a7fc52b46eb168fdef869ba4e Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Sat, 7 Nov 2015 16:04:17 +0100 Subject: [PATCH] Improve doc --- Source/ScrollingNavigationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ScrollingNavigationController.swift b/Source/ScrollingNavigationController.swift index 7f3945c7..e7ed7a18 100644 --- a/Source/ScrollingNavigationController.swift +++ b/Source/ScrollingNavigationController.swift @@ -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