I'm having issues with the vertical alignment in a UITableViewCell.
I'm using a right detail UITableViewCell in which the detailTextLabel contains multiple lines of text. By setting the number of lines to zero I've managed to get the detailTextLabel to show all the text. This causes however the (left) text label to align in the top left corner instead of the center of the UITableViewCell.
Is there a way to use a TableViewCell in which the detailTextLabel contains multiple lines (In this case 2), and having the primary text label vertically centered?