Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonGilabert authored and Ramon Gilabert Llop committed Nov 17, 2015
1 parent 2c1ea7b commit bd16d4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Display a short message at the bottom of the navigation bar, this can be anythin

![In-App](https://github.com/hyperoslo/Whisper/blob/feature/README/Resources/in-app-notification.png)

Fully customizable, from colors to fonts. Shouts have an optional action that will be called if the user taps on it.
Fully customizable, from colors to fonts. Shouts have an optional action that will be called if the user taps on it. Finally, if you want to set how long the Shout should be displayed, you have a duration property.

There is no need to think about scroll view insets anymore, this will be handled automatically by Whisper. As and added bonus, when transitioning from one view controller to another, the next controllers offset will be adjusted like you would except. It just works!

Expand All @@ -40,8 +40,6 @@ let announcement = Announcement(title: "Your title", subtitle: "Your subtitle",
Shout(announcement, to: self)
```

Shouts also have a duration property that allows you to pinpoint exactly how long the shout should be displayed.

## Installation

**Whisper** is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit bd16d4a

Please sign in to comment.