Inherits from NSObject
Conforms to SCItemCell
Declared in SCMediaCellController.h
SCMediaCellController.m

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.

Instance Methods

reloadData

Override this method to get the missing data from the instance and render your cell UI using it.

- (void)reloadData

Declared In

SCItemCell.h

setModel:

Override this method to get information required for rendering out of the item. Please avoid storing the item itself if possible.

- (void)setModel:(SCItem *)item

Parameters

item

A sitecore item to render

Declared In

SCItemCell.h