SCItemCell Protocol Reference
| Conforms to | NSObject |
| Declared in | SCItemCell.h |
Tasks
-
– setModel:Override this method to get information required for rendering out of the item. Please avoid storing the item itself if possible.
required method -
– reloadDataOverride this method to get the missing data from the instance and render your cell UI using it.
required method