From 66f671bd1355c1c339d60f3405d80d65ddcd89c4 Mon Sep 17 00:00:00 2001 From: Martin Barreto Date: Wed, 8 Apr 2015 18:56:49 -0300 Subject: [PATCH] update readme. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 795f957..521e07a 100644 --- a/README.md +++ b/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 --------------------------