TLDynamicSizeView Protocol Reference
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.