NSDictionary *attrDict = @{NSForegroundColorAttributeName : [UIColor redColor]};
NSAttributedString *attrStr = [[NSAttributedString alloc] initWithString:textF.placeholder attributes:attrDict];
[textF setAttributedPlaceholder:attrStr];