Conforms to NSObject
Declared in TSNavigationStripDataSource.h

Instance Methods

backgroundColorForItemAtIndex:fromLeftSide:forSelectedState:

- (UIColor *)backgroundColorForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

backgroundColorForSectionAtIndex:forSelectedState:

- (UIColor *)backgroundColorForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

backgroundImageForItemAtIndex:fromLeftSide:forSelectedState:

- (UIImage *)backgroundImageForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

backgroundImageForSectionAtIndex:forSelectedState:

- (UIImage *)backgroundImageForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

customItemControlForIndex:fromLeftSide:

- (UIButton *)customItemControlForIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide

customSectionControlForIndex:

- (UIButton *)customSectionControlForIndex:(NSInteger)index

edgeInsetsForItemAtIndex:fromLeftSide:

- (UIEdgeInsets)edgeInsetsForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide

edgeInsetsForSectionAtIndex:

- (UIEdgeInsets)edgeInsetsForSectionAtIndex:(NSInteger)index

iconForItemAtIndex:fromLeftSide:forSelectedState:

- (UIImage *)iconForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

iconForSectionAtIndex:forSelectedState:

- (UIImage *)iconForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

itemWidthAtIndex:fromLeftSide:forSelectedState:

- (CGFloat)itemWidthAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

numberOfItemsFromLeftSide:

- (NSInteger)numberOfItemsFromLeftSide:(BOOL)leftSide

numberOfSections

- (NSInteger)numberOfSections

sectionWidthAtIndex:forSelectedState:

- (CGFloat)sectionWidthAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

shadowColorForItemAtIndex:fromLeftSide:

- (UIColor *)shadowColorForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide

shadowColorForSectionAtIndex:

- (UIColor *)shadowColorForSectionAtIndex:(NSInteger)index

shadowOffsetForItemAtIndex:fromLeftSide:

- (CGSize)shadowOffsetForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide

shadowOffsetForSectionAtIndex:

- (CGSize)shadowOffsetForSectionAtIndex:(NSInteger)index

titleColorForItemAtIndex:fromLeftSide:forSelectedState:

- (UIColor *)titleColorForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

titleColorForSectionAtIndex:forSelectedState:

- (UIColor *)titleColorForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

titleFontForItemAtIndex:fromLeftSide:forSelectedState:

- (UIFont *)titleFontForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

titleFontForSectionAtIndex:forSelectedState:

- (UIFont *)titleFontForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected

titleForItemAtIndex:fromLeftSide:forSelectedState:

- (NSString *)titleForItemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide forSelectedState:(BOOL)selected

titleForSectionAtIndex:forSelectedState:

- (NSString *)titleForSectionAtIndex:(NSInteger)index forSelectedState:(BOOL)selected