views:

285

answers:

1

Hello all , i want align uitextalignment top in my uitableviewcell for style = UITableViewCellStyleValue2..

Can any one tell how ?

+1  A: 

You can customize your cell by adding UILabel as a subview at any place of your cell.

Morion
if I want to use directly use cell.textLabel and cell.detailTextLabel and want to make their vertical alignment top then what ?
hib
I have no ideas on this point.
Morion