We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks for your useful repo.
Xcode version (12.5.1)
PopupDialog version (1.1.1)
Minimum deployment target (14.0)
Language (Swift)
In case of Swift - Version (5)
Dependency manager (CocoaPods)
Version (1.10.0)
I have a custom PopupDialog, I changed the appearance of the DefaultButton using the following lines of code:
let db = DefaultButton.appearance() db.titleFont = .optionsFont db.titleColor = UIColor.optionsColor db.buttonColor = UIColor.buttonColor
I need to set different colors appearance when the text field is empty. Then, when user starts typing I need to change the colors.
Could you please guide me how to do it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for your useful repo.
Xcode version (12.5.1)
PopupDialog version (1.1.1)
Minimum deployment target (14.0)
Language (Swift)
In case of Swift - Version (5)
Dependency manager (CocoaPods)
Version (1.10.0)
I have a custom PopupDialog, I changed the appearance of the DefaultButton using the following lines of code:
I need to set different colors appearance when the text field is empty. Then, when user starts typing I need to change the colors.
Could you please guide me how to do it?
The text was updated successfully, but these errors were encountered: