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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can i set shadow for style?
The text was updated successfully, but these errors were encountered:
Discovered an answer.
let someStyle = Style { ... } let shadow = NSShadow() shadow.shadowOffset = CGSize(width: 1, height: 1) shadow.shadowColor = UIColor.black someStyle.set(attribute: shadow, forKey: .shadow)
Sorry, something went wrong.
#38 Added shadow attribute for Style
3137152
malcommac
No branches or pull requests
How can i set shadow for style?
The text was updated successfully, but these errors were encountered: