update readme.
This commit is contained in:
parent
77770a8276
commit
66f671bd13
11
README.md
11
README.md
|
|
@ -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
|
||||
--------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue