Etiquetas alinhadas no UITableViewCell

eu usoUITableView com células criadas usandoUITableViewCellStyleSubtitle. A altura de cada célula é ajustada dinamicamente usando o

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

delegate method.

O problema que você pode ver na foto

(nota: imagem atualizada)

http://img.skitch.com/20090715-g7srxgee2d7fhi5rab2wufrdgm.png

Como configurar o alinhamento de textLabel e detailTextLabel para o topo da célula? (Eu realmente não quero fazer isso subclassificando UITableViewCell e substituindo o layoutSubviews)

Thanx

questionAnswers(4)

yourAnswerToTheQuestion