Skip to content

Commit

Permalink
Updated README. Bumped version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Mar 24, 2014
1 parent 6126270 commit 813f15d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,23 @@ 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.
Changelog
==================
0.6
--------------------
- Full autolayout support
0.5
--------------------
- Enabled UIWebView support
Expand Down

0 comments on commit 813f15d

Please sign in to comment.