Answers for "mui textfield placeholder color sx color"

0

uitextfield change placeholder color

swift 5 
myTextfield.attributedPlaceholder =
NSAttributedString( 
  string: "placeholder text", 
  attributes: [
    NSAttributedString.Key.foregroundColor: UIColor.red
  ]
)
Posted by: Guest on September-28-2021

Code answers related to "mui textfield placeholder color sx color"

Code answers related to "Swift"

Browse Popular Code Answers by Language