TSTabViewSection Class Reference
Inherits from | TSNavigationStripSection : TSNavigationStripComponent : NSObject |
Declared in | TSTabViewModel.h |
Overview
TSTabViewSection contains information about corresponding tab in TSTabView. This information includes appearance and content properties.
Properties
Instance Methods
initWithDictionary:
Initialize TSTabViewSection with dictionary which define content and appearance.
- (id)initWithDictionary:(NSDictionary *)dictionary
Parameters
- info
Dictionary containes information about tab.
NSDictionary *tabInfo = @{ @"tabContent" : [[UIView alloc] init], @"title" : @"Tab 1" };
Declared In
TSTabViewModel.h