Inherits from UITableViewCell
Declared in TKSideDrawerTableViewCell.h

Overview

Represents a cell inside the TKSideDrawerTableView.

Tasks

Properties

item

The TKSideDrawerItem that will be displayed by the cell.

@property (nonatomic, strong) TKSideDrawerItem *item

Declared In

TKSideDrawerTableViewCell.h

separator

A view that separates the cell from the cell beneath it.

@property (nonatomic, strong) UIView *separator

Declared In

TKSideDrawerTableViewCell.h

stack

The stack layout used to arrange sub views in this cell.

@property (nonatomic, strong, readonly) TKCoreStackLayout *stack

Declared In

TKSideDrawerTableViewCell.h

Instance Methods

update

Update the visual appearance of TKSideDrawerTableViewCell to match its item settings.

- (void)update

Declared In

TKSideDrawerTableViewCell.h