TSNavigationStripViewDelegate Protocol Reference
Conforms to | NSObject |
Declared in | TSNavigationStripViewDelegate.h |
Instance Methods
navigationStrip:didScrollTo:
Invoked only if sectionsAligment is set to UIViewContentAligmentCenter.
- (void)navigationStrip:(TSNavigationStripView *)navigationStripView didScrollTo:(CGFloat)normScrollOffset
Parameters
- normScrollOffset
- in range [-1..1]
Declared In
TSNavigationStripViewDelegate.h
navigationStrip:didSelectSectionAtIndex:
- (void)navigationStrip:(TSNavigationStripView *)navigationStripView didSelectSectionAtIndex:(NSInteger)index
navigationStrip:itemAtIndex:fromLeftSide:didChangeState:
Selection state changed callbacks
- (void)navigationStrip:(TSNavigationStripView *)navigationStripView itemAtIndex:(NSInteger)index fromLeftSide:(BOOL)leftSide didChangeState:(BOOL)selected
Declared In
TSNavigationStripViewDelegate.h
navigationStrip:willSelectSectionAtIndex:animated:
- (void)navigationStrip:(TSNavigationStripView *)navigationStripView willSelectSectionAtIndex:(NSInteger)index animated:(BOOL)animated