Inherits from NSObject
Declared in TSNavigationStripModel.h

Overview

TSNavigationStripComponent provides content and appearance information for TSNavigationStripView’s section or item.

Properties

backgroundColor

Background color which is used when section isn’t selected. Default is [UIColor clearColor].

@property (nonatomic, strong) UIColor *backgroundColor

Declared In

TSNavigationStripModel.h

backgroundImage

Background image which is displaying in TSNavigationStrip when section isn’t selected. Optional.

@property (nonatomic, strong) UIImage *backgroundImage

Declared In

TSNavigationStripModel.h

color

Text color which is used when section isn’t selected. Default is [UIColor darkGrayColor].

@property (nonatomic, strong) UIColor *color

Declared In

TSNavigationStripModel.h

font

Font which is used when section is selected. Default is [UIFont systemFontOfSize:15.0f].

@property (nonatomic, strong) UIFont *font

Declared In

TSNavigationStripModel.h

icon

Icon image which is displaying in TSNavigationStrip when section isn’t selected. Optional.

@property (nonatomic, strong) UIImage *icon

Declared In

TSNavigationStripModel.h

selectedBackgroundColor

Background color which is used when section is selected. Default is [UIColor clearColor].

@property (nonatomic, strong) UIColor *selectedBackgroundColor

Declared In

TSNavigationStripModel.h

selectedBackgroundImage

Background image which is displaying in TSNavigationStrip when section is selected. Optional.

@property (nonatomic, strong) UIImage *selectedBackgroundImage

Declared In

TSNavigationStripModel.h

selectedColor

Text color which is used when section is selected. Default is [UIColor blackColor].

@property (nonatomic, strong) UIColor *selectedColor

Declared In

TSNavigationStripModel.h

selectedFont

Font which is used when section isn’t selected. Default is [UIFont boldSystemFontOfSize:15.0f].

@property (nonatomic, strong) UIFont *selectedFont

Declared In

TSNavigationStripModel.h

selectedIcon

Icon image which is displaying in TSNavigationStrip when section is selected. Optional.

@property (nonatomic, strong) UIImage *selectedIcon

Declared In

TSNavigationStripModel.h

selectedTitle

Title string which is displaying in TSNavigationStrip when section is selected. Optional, if nil title is used.

@property (nonatomic, strong) NSString *selectedTitle

Declared In

TSNavigationStripModel.h

shadowColor

Text shadow color. Default is [UIColor clearColor].

@property (nonatomic, strong) UIColor *shadowColor

Declared In

TSNavigationStripModel.h

shadowOffset

Text shadow offset. Default is CGSizeZero.

@property (nonatomic, assign) CGSize shadowOffset

Declared In

TSNavigationStripModel.h

title

Title string which is displaying in TSNavigationStrip when section isn’t selected.

@property (nonatomic, strong) NSString *title

Declared In

TSNavigationStripModel.h

Instance Methods

initWithDictionary:

Initialize TSNavigationStripComponent with dictionary.

- (id)initWithDictionary:(NSDictionary *)info

Parameters

info

Dictionary with values for named properties.

Declared In

TSNavigationStripModel.h

initWithTitle:

Initialize TSNavigationStripComponent with section title

- (id)initWithTitle:(NSString *)title

Parameters

title

Section title.

Declared In

TSNavigationStripModel.h