Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz authored Nov 5, 2018
1 parent 8ece320 commit d03e24c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ if let navigationController = navigationController as? ScrollingNavigationContro

Note that when navigating away from the controller the followers might keep the scroll offset. Refer to [Handling navigation](https://github.com/andreamazz/AMScrollingNavbar#handling-navigation) for proper setup.

## Additional scroll

If you want to furhter scroll the navigation bar out of the way, you can use the optional parameter `additionalOffset` in the `followScrollView` call.

## Scrolling the TabBar
You can also pass a `UITabBar` in the `followers` array:
```swift
Expand Down

0 comments on commit d03e24c

Please sign in to comment.