I can\'t figure out why this custom cell is not being output.
I have a custom cell set up in a storyboard (no nib). I have a text field and 2 labels which are n
Pretty sure that you need to remove the line
self.timesheetTable.registerClass(TimesheetTableViewCell.self, forCellReuseIdentifier: "TimesheetCell")
from viewDidLoad().