SCItemListCell Class Reference
Inherits from | UITableViewCell |
Conforms to | SCItemCell |
Declared in | SCItemListCell.h SCItemListCell.m |
Overview
A UITableView cell that is capable of rendering item’s content.
For custom behaviour you should subclass it and override methods below :
- setModel:
-
For default behaviours please consider sub-classes from the list below :
Tasks
-
– setModel:
Override this method to get information required for rendering out of the item. Please avoid storing the item itself if possible.
-
– reloadData
Override this method to get the missing data from the instance and render your cell UI using it.