Inherits from TKListViewLinearLayout : UICollectionViewLayout
Declared in TKListViewGridLayout.h

Overview

A layout that renders cells in TKListView by distributing them in a fixed columns count. Supports cell alignment e.g. left, right , center, justify

Tasks

Properties

lineSpacing

The spacing between item rows.

@property (nonatomic) CGFloat lineSpacing

Declared In

TKListViewGridLayout.h

spanCount

The number of columns/rows to be rendered.

@property (nonatomic, assign) NSInteger spanCount

Declared In

TKListViewGridLayout.h