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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -