UITextField placeholder looks strange when UITableViewCellSelectionStyleGray

Posted by mongeta on Stack Overflow See other posts from Stack Overflow or by mongeta
Published on 2010-05-13T13:10:43Z Indexed on 2010/05/13 13:14 UTC
Read the original article Hit count: 170

Filed under:
|

Hello,

I've set the background color of my UITableViewCells to Gray.

But if there's a UITextField in the cell, the placeholder doesn't change their color to white/black and it's almost impossible to read it, and look stranges.

The UILabel from the cell changes their color when it's selected or not, but the placeholder remains always the same.

There's a simple solution ?

I don't want to add some UILabel and use it as a placeholder, etc. etc.

Thanks,

r.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableviewcell