ios - Removing the text background of a label in a cell -
noticed cell label got background around text, cell got bigger text others (probably because of background). there way remove kind of behaviour ?
try use this:
[cell.textlabel setbackgroundcolor:[uicolor clearcolor]];
Comments
Post a Comment