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