Inherits from NSObject
Declared in TKSideDrawerItem.h

Overview

Defines TKSideDrawer item.

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

style

TKSideDrawerItem’s styles.

@property (nonatomic, strong, readonly, nonnull) TKSideDrawerItemStyle *style

Declared In

TKSideDrawerItem.h

title

TKSideDrawerItem’s title.

@property (nonatomic, strong, nullable) NSString *title

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