TKSideDrawerItem Class Reference
Inherits from | NSObject |
Declared in | TKSideDrawerItem.h |
Tasks
-
title
property -
style
property -
image
property -
contentAlignment
property -
– initWithTitle:
-
– initWithTitle:image:
Properties
contentAlignment
The alignment of the TKsideDrawerItem’s content.
@property (nonatomic, assign) TKSideDrawerTableViewCellContentAlignment contentAlignment
Declared In
TKSideDrawerItem.h
image
TKSideDrawerItem’s image.
@property (nonatomic, strong, nullable) UIImage *image
Declared In
TKSideDrawerItem.h
Instance Methods
initWithTitle:
Creates new TKSideDrawerItem instance.
- (instancetype __nonnull)initWithTitle:(NSString *__nullable)title
Parameters
- title
Title for the TKSideDrawerItem that will be created.
Return Value
New TKSideDrawerItem instance.
Declared In
TKSideDrawerItem.h
initWithTitle:image:
Creates new TKSideDrawerItem instance.
- (instancetype __nonnull)initWithTitle:(NSString *__nullable)title image:(UIImage *__nullable)image
Parameters
- title
Title for the TKSideDrawerItem that will be created.
- image
UIImage fot the TKSideDrawerItem that will be created.
Return Value
New TKSideDrawerItem instance.
Declared In
TKSideDrawerItem.h