With iOS 10.2 all the textfields placeholder default color same as the Text color. (means not default gray color),
Asked
Active
Viewed 272 times
1 Answers
0
According to these latest docs,description in UIKit:
open var placeholder: String? // default is nil. string is drawn 70% gray
the textfield placeholder text default color is: Hex color code : C0C0C0

Tibin Thomas
- 1,365
- 2
- 16
- 25