Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Sep 22, 2015
1 parent ef34aa1 commit d38d99f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HidingNavigationBar
==============
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/cocoapods/v/HidingNavigationBar.svg)](https://github.com/tristanhimmelman/HidingNavigationBar)

An easy to use library (written in Swift) that manages hiding and showing a navigation bar as a user scrolls.
Expand Down Expand Up @@ -114,6 +115,11 @@ hidingNavBarManager?.refreshControl = refreshControl

#Installation

If your using [Carthage](https://github.com/Carthage/Carthage), add the following line to your Cartfile:
```
github "tristanhimmelman/HidingNavigationBar" ~> 0.2
```

If you are using [Cocoapods](https://cocoapods.org/), add the following line to your Podfile:

`pod 'HidingNavigationBar', '~> 0.2'`
Expand Down

0 comments on commit d38d99f

Please sign in to comment.