TSNavigationStripComponent Class Reference
Inherits from | NSObject |
Declared in | TSNavigationStripModel.h |
Overview
TSNavigationStripComponent provides content and appearance information for TSNavigationStripView’s section or item.
Tasks
-
title
property -
selectedTitle
property -
icon
property -
selectedIcon
property -
backgroundImage
property -
selectedBackgroundImage
property -
font
property -
selectedFont
property -
color
property -
selectedColor
property -
backgroundColor
property -
selectedBackgroundColor
property -
shadowColor
property -
shadowOffset
property -
– initWithTitle:
-
– initWithDictionary:
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