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 ?

enter image description here

try use this:

[cell.textlabel setbackgroundcolor:[uicolor clearcolor]]; 

Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -