UITableView Subclass

Hi @jport1130,
Have you tried to explicitly cast the cell as your subclassed cell rather than the generic UITableViewCell?

The generic UITableViewCell does not have a member called toCategoryLabel

cheers,

Jayant