iphone - adding multiple lines of text to detailTextLabel without making a custom cell -
is possible add multiple lines of text detailtextlabel without making custom cell in application? if can show me proper way implement this?
the line of code cell.detailtextlabel.numberoflines = x;
set number of lines cell display (x being number of lines need display). set 0 if want remove maximum limit , display many lines needed.
Comments
Post a Comment