Conforms to TSNavigationStripDataSource
Declared in TSTabViewDataSource.h

Instance Methods

viewControllerForTabAtIndex:

Provide UI content for tab at index. Tabs can be represented by subclasses of UIView or UIViewController. Only one of these methods is required for implementation. tabViewControllerForIndex: has more priority, if it’s implemented in data source then viewForIndex: wouldn’t be invoked.

- (UIViewController *)viewControllerForTabAtIndex:(NSInteger)index

Declared In

TSTabViewDataSource.h

viewForTabAtIndex:

- (UIView *)viewForTabAtIndex:(NSInteger)index