Skip to content

Commit

Permalink
Up;
Browse files Browse the repository at this point in the history
  • Loading branch information
cuzv committed Mar 28, 2017
1 parent 1dab212 commit f9f158d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/cuzv/RRNavigationBar/blob/master/LICENSE)
[![CocoaPods Compatible](https://img.shields.io/badge/CocoaPods-v0.1-green.svg)](https://github.com/CocoaPods/CocoaPods)
[![CocoaPods Compatible](https://img.shields.io/badge/CocoaPods-v0.1.1-green.svg)](https://github.com/CocoaPods/CocoaPods)
[![Weibo](https://img.shields.io/badge/Weibo-cuzval-yellowgreen.svg)](http://weibo.com/cuzval/)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](http://twitter.com/mochxiao)

Expand Down Expand Up @@ -30,13 +30,13 @@ My working environment is iOS 10.2 + Xcode 8.2.1, the minimum support version is

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects.

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
You can install it with the following command:

```bash
$ gem install cocoapods
```

To integrate Redes into your Xcode project using CocoaPods, specify it in your `Podfile`:
To integrate RRNavigationBar into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
Expand All @@ -56,7 +56,7 @@ You should open the `{Project}.xcworkspace` instead of the `{Project}.xcodeproj`

## Usage

In ViewController's `viewDidLoad` method:
In UIViewController's `viewDidLoad` method:

```Objec
self.rr_navigationBar.xxx = newValue;
Expand Down Expand Up @@ -86,6 +86,6 @@ Set `hidden`property will have no effect, try use `setBackgroundImage:forBarMetr

`RRNavigationBar` is available under the MIT license. See the LICENSE file for more info.

## Refrence
## References

- [KMNavigationBarTransition](https://github.com/MoZhouqi/KMNavigationBarTransition)
2 changes: 1 addition & 1 deletion RRNavigationBar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RRNavigationBar"
s.version = "0.1"
s.version = "0.1.1"
s.summary = "bring `UINavigationBar` to` UIViewController`"

s.homepage = "https://github.com/cuzv/RRNavigationBar.git"
Expand Down

0 comments on commit f9f158d

Please sign in to comment.