-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS 8.1 placeholder no work #26
Comments
do you find solution? |
a solution for what exalting ?
|
i think greater than 8.0 placeholder is not showing. Tested in 9.0 placeholder text not working (means not showing placeholder text in real device and simulator) |
I have the same problem, please someone fix it. |
Delete this func |
Hi,
I'm using the following code. Unfortunately, the text is not displayed in the placeholder
where am I wrong?
[_userNew setPlaceholder:@"pippooooooo"];
[_userNew setBackgroundColor:[UIColor blueColor]];
[_userNew setValue:[UIColor blackColor]forKeyPath:@"_placeholderLabel.textColor"];
The text was updated successfully, but these errors were encountered: