From d657d95e637200e07dfd9a1b1a5b42d8361e39d2 Mon Sep 17 00:00:00 2001 From: Kareem Hewady Date: Mon, 1 Feb 2016 21:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8988230..579d858 100755 --- a/README.md +++ b/README.md @@ -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. @@ -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 ` to your view controller. **Manual**