You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The placeholder property in textFields is being setting as text. Line 36 in UITextField+NHLocalize should be:
[self setPlaceholder:NSLocalizedString(nhlTextFieldPlaceholder, nil)];
P.S. This is the first library I add to any project. Priceless. Thank you
The text was updated successfully, but these errors were encountered:
The placeholder property in textFields is being setting as text. Line 36 in UITextField+NHLocalize should be:
[self setPlaceholder:NSLocalizedString(nhlTextFieldPlaceholder, nil)];
P.S. This is the first library I add to any project. Priceless. Thank you
The text was updated successfully, but these errors were encountered: