Material Components - Text Field - IOS
问题 I'm newbie to swift programming, i need to design the login page with floating placeholder input. I have installed the MDCTextInput using POD. added import import MaterialComponents.MaterialTextFields and in viewDidLoad() below code added, companyID.placeholder = "Company ID" companyID.placeholderLabel.highlightedTextColor = UIColor.white companyID.placeholderLabel.textColor = UIColor.white companyID.underline?.color = UIColor.white companyID.delegate = self i have followed the steps given in