I think I got all the steps down but I must be missing something because I can't make a connection from the labels in the cell to the code.
Here's what I'm doing:
- set style of cell to custom
- dragging some labels onto the prototype cell.
- adding a new file to the project and making it a subclass of UITableViewCell
- in the identity inspector of the cell im trying to customize, I set its class to the new class I just created.
- TRY to control drag from the labels on the cell to the headerfile of the class I just created to setup an IBOutlet, but it won't let me.
What am I missing?