From 813f15d14d69abf9c0111e8e5b9fa7fc032193d2 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Mon, 24 Mar 2014 11:24:38 +0100 Subject: [PATCH] Updated README. Bumped version to 0.6 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 24a956c0..159806b9 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ Also make sure that you are not using a translucent navigation bar. E.g., in you [self.navigationController.navigationBar setTranslucent:NO]; ``` +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](http://www.eflatgames.com/github/AMScrollingNavbarLayout.png) + Update the navbar fadeout -------------------- Call ```[self refreshNavbar]``` whenever you change your navbar items, or they won't fadeout. @@ -46,6 +52,10 @@ Call ```[self refreshNavbar]``` whenever you change your navbar items, or they w Changelog ================== +0.6 +-------------------- +- Full autolayout support + 0.5 -------------------- - Enabled UIWebView support