TKSideDrawerStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKSideDrawerStyle.h |
Tasks
-
headerHeight
property -
footerHeight
property -
sectionHeaderHeight
property -
itemHeight
property -
blurEffect
property -
blurType
property -
dimOpacity
property -
shadowMode
property -
shadowOffset
property -
shadowOpacity
property -
shadowRadius
property
Properties
blurEffect
Blur style for TKSideDrawer. Works only with TKSideDrawerBlurTypeDynamic.
@property (nonatomic) UIBlurEffectStyle blurEffect
Declared In
TKSideDrawerStyle.h
blurType
Determines blur type that should be used.
@property (nonatomic) TKSideDrawerBlurType blurType
Declared In
TKSideDrawerStyle.h
dimOpacity
The opacity of the dim over the hostview. If 0, no dim will be added.
@property (nonatomic) CGFloat dimOpacity
Declared In
TKSideDrawerStyle.h
footerHeight
Footer view’s height.
@property (nonatomic) CGFloat footerHeight
Declared In
TKSideDrawerStyle.h
headerHeight
Header view’s height.
@property (nonatomic) CGFloat headerHeight
Declared In
TKSideDrawerStyle.h
sectionHeaderHeight
Section header’s height.
@property (nonatomic) CGFloat sectionHeaderHeight
Declared In
TKSideDrawerStyle.h
shadowMode
Determines if shadow casts over TKSideDrawer or its hostview.
@property (nonatomic) TKSideDrawerShadowMode shadowMode
Declared In
TKSideDrawerStyle.h
shadowOffset
Shadow’s offset.
@property (nonatomic) CGSize shadowOffset
Declared In
TKSideDrawerStyle.h