ios - Change placeholder color -


i'm trying set placeholder color in uitextfield white color doesn't seem work. please help. triend line of code:

uicolor *color = [uicolor whitecolor]; emailbox.attributedplaceholder = [[nsattributedstring alloc] initwithstring:@"enter email address" attributes:@{nsforegroundcolorattributename: color}]; 

maybe connected this answered issue, solution check context in setting attributedplaceholder.

maybe doing in viewdidload?

try doing when user begins enter text. in textfield:shouldchangecharactersinrange:


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -