Inherits from SCItemListCell : UITableViewCell
Declared in SCItemListTextCell.h
SCItemListTextCell.m

Overview

A UITableViewCell sub-class that displays the displayName value of the given SCItem.

Tasks

Instance Methods

reloadData

Renders the stored displayName in the cell’s label.

- (void)reloadData

Declared In

SCItemListTextCell.h

setModel:

Stores the display name of a given media item.

- (void)setModel:(SCItem *)item

Parameters

item

A sitecore item to render

Declared In

SCItemListTextCell.h