Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLage committed Mar 10, 2015
1 parent ce5c708 commit f533f76
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file added Demos/TinderStoryboard/navigation_bar_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@ By using one of these values:
};
````
###Set navigation bar's background color
You can update the background color of the navigation bar using the following method:
````objective-c
setNavigationBarColor:(UIColor*) color;
````

##Storyboard support

This class can be implemented using Storyboard.
Expand All @@ -172,5 +181,10 @@ X corresponding to the index of the view, start from 0 and it works in ascending

You can find an example "TinderStoryboard" for more informations.

###Set navigation bar's background color
To set up the navigation bar's background color from the storyboard, you just need to it like all navigation bar.

![segue](Demos/TinderStoryboard/navigation_bar_color.png)

##License
Available under MIT license, please read LICENSE for more informations.
2 changes: 1 addition & 1 deletion SLPagingView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SLPagingView'
s.version = '0.0.4'
s.version = '0.0.5'
s.summary = 'Navigation bar system allowing to do a Tinder like or Twitter like'
s.homepage = 'https://github.com/StefanLage/SLPagingView'
s.license = 'MIT'
Expand Down

0 comments on commit f533f76

Please sign in to comment.