【Swift】 라이브러리 "Material Components"에서 leadingAssistiveLabel의 색상 변경
무슨 일이야
이거
――의 「올바른 패스워드를 입력해 주세요」의 색을 빨강으로 하고 싶다.
매뉴얼을 보자.
leadingAssistiveLabel.textColor
에서 좋다.
passwordTextField.leadingAssistiveLabel.textColor = .red
――하지만, 색이 변하지 않는다.
그래도 해결책이 나오지 않는다.
시행착오의 결과
passwordTextField.setLeadingAssistiveLabelColor(.red, for: .normal)
할 수 있었다.
과거의 자신의 기사가 힌트가 되었다(라고 할까 거의 같은 고민).
【Swift】 라이브러리 "Material Components"의 MDCOutlinedTextField를 사용한 TextField 구현
h tps:// 퀵했다. 작은 m / an tk / MS / 6 아 0c755 그림 61C4 그림 471 키 5
끝(´・ω・`)
Reference
이 문제에 관하여(【Swift】 라이브러리 "Material Components"에서 leadingAssistiveLabel의 색상 변경), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/antk/items/585280b6cf6d11ef29f2
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
passwordTextField.leadingAssistiveLabel.textColor = .red
passwordTextField.setLeadingAssistiveLabelColor(.red, for: .normal)
Reference
이 문제에 관하여(【Swift】 라이브러리 "Material Components"에서 leadingAssistiveLabel의 색상 변경), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/antk/items/585280b6cf6d11ef29f2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)