2

With iOS 10.2 all the textfields placeholder default color same as the Text color. (means not default gray color),

damithH
  • 5,148
  • 2
  • 27
  • 31

1 Answers1

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