You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set the font for error label, but it is always taking the title font. SkyFloatingLabelTextField creates error label with titleFont. Setting textfield.errorLabel.font = UIFont.systemFont(ofSize: 12.0) is not working. It updates only when i update titleFont but I want to have different font size for title and error label.
I am trying to set the font for error label, but it is always taking the title font. SkyFloatingLabelTextField creates error label with titleFont. Setting
textfield.errorLabel.font = UIFont.systemFont(ofSize: 12.0)
is not working. It updates only when i update titleFont but I want to have different font size for title and error label.Xcode Version: 13.3.1
SkyFloatingLabelTextField Version: 4.0
The text was updated successfully, but these errors were encountered: