update readme.

This commit is contained in:
Martin Barreto 2015-04-08 18:56:49 -03:00
parent 77770a8276
commit 66f671bd13
1 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,17 @@ Integrate `XLPagerTabStrip` is as easy as following these steps:
For further details take a look at the [Demo folder](XLPagerTabStrip/Demo) to see the code of examples shown above.
FAQ
----------------------
#####How to change the visible child view controller programmatically
`XLPagerTabStripViewController` provides the following methods to programmatically change the visible child view controller:
```objc
-(void)moveToViewControllerAtIndex:(NSUInteger)index;
-(void)moveToViewController:(UIViewController *)viewController;
```
Installation
--------------------------