From 2bb0a2f959a560535cdb973be0a839846aed0d0a Mon Sep 17 00:00:00 2001 From: "Snowmanzzz(Zhengzhong Zhao)" Date: Thu, 17 Apr 2014 11:48:02 +0800 Subject: [PATCH 1/2] fix the image demo love your blog, there should be much more comments! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c3dc464..2ab11247 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can also set a delay (in points) for the gesture that reveals the navigation ``` Make sure to have a ```barTintColor``` for your ```UINavigationBar```, or you won't see the fade-in and fade-out effects. -Also make sure that you are not using a translucent navigation bar. E.g., in your controller: +Also make sure that you are cnot using a translucent navigation bar. E.g., in your controller: ```objc [self.navigationController.navigationBar setTranslucent:NO]; ``` @@ -54,7 +54,7 @@ Set the view constraints -------------------- Make sure to set your scrollview's constraint properly. Please note that the library changes the scrollview's superview frame. -![AMScrollingNavbar](https://raw.githubusercontent.com/andreamazz/AMScrollingNavbar/master/constraint.png) +![AMScrollingNavbar](https://raw.githubusercontent.com/andreamazz/AMScrollingNavbar/master/constraints.png) Changelog From 0ca3ff38ffe04e01518f871823ec7a5dd86fd481 Mon Sep 17 00:00:00 2001 From: "Snowmanzzz(Zhengzhong Zhao)" Date: Thu, 17 Apr 2014 13:22:33 +0800 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab11247..df207527 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can also set a delay (in points) for the gesture that reveals the navigation ``` Make sure to have a ```barTintColor``` for your ```UINavigationBar```, or you won't see the fade-in and fade-out effects. -Also make sure that you are cnot using a translucent navigation bar. E.g., in your controller: +Also make sure that you are not using a translucent navigation bar. E.g., in your controller: ```objc [self.navigationController.navigationBar setTranslucent:NO]; ```