Custom UITableViewCell Delete Woes

I've just spent some time solving an issue in my iOS app. I have a custom UITableViewCell with some UILabels. When I delete a row on the UITable, the standard confirm delete animation happens. With the standard UITableViewCells, this triggers an animation where the cell labels move to the right, to make room for the delete icon on the left. With my custom UITableView, the UILabels weren't moving to the right and were being squashed by the delete control.

Continue reading “Custom UITableViewCell Delete Woes”