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:
What am I missing?
Declare the label as a property in the custom cell class. In the table view controller, alloc
or dequeue
the cell as your custom type, not as UITableViewCell
. In the Xcode storyboard, control drag from the cell itself (for example, the far bottom right corner) to the label that is in the cell to connect the outlet.