Change UITextfield Placeholder Color
textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:placeholderText attributes:@{NSForegroundColorAttributeName: [UIColor blackColor]}];
Labels:
iphone SDK,
placeholder,
textfield
Subscribe to:
Posts (Atom)