Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kareem-hewady committed Feb 1, 2016
1 parent a2dbdd7 commit d657d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is a slightly tweaked implementation for the tab pager view controller. It'

1. Support for progressive scrolling.
2. Support for a custom view to be drawn above the tab bar. This is particularly handy if you need to present more controls based upon the child view controllers.
3. **Now with full RTL UI mirroring support. (for Arabic localization)**

## Progressive Scrolling
This is a side-by-side comparison between the progressive and non-progressive scrolling behavior.
Expand All @@ -25,7 +26,7 @@ This is a side-by-side comparison between the progressive and non-progressive sc
## Installation
**CocoaPods** (recommended)
Add the following line to your `Podfile`:
`pod 'KHTabPagerViewController', '~> 0.1.0'`
`pod 'KHTabPagerViewController', '~> 0.1.2'`
And then add `#import <KHTabPagerViewController.h>` to your view controller.

**Manual**
Expand Down

0 comments on commit d657d95

Please sign in to comment.