Conforms to NSObject
Declared in TLDynamicSizeView.h

Overview

Cells (and possibly their subviews) can implement this protocol to have TLTableViewController automatically calculate their dynamic size by calling the sizeWithData: method on a prototype instance of the cell.

Tasks

Instance Methods

sizeWithData:

Returns the computed size of the view for the given data.

- (CGSize)sizeWithData:(id)data

Parameters

data

data that affects the view’s size

Return Value

the computed size of the view

Declared In

TLDynamicSizeView.h