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
I don't know if you could support this but would it possible to have a shadow instead of an overlay ? thank you :)
The text was updated successfully, but these errors were encountered:
@MohamedAymenHADDAD you can add shadow like this:
self.popover?.shadowOpacity = 1 self.popover?.shadowOffset = CGSize(width: 3, height: 3) self.popover?.shadowRadius = 3 self.popover?.opacity = 1
Sorry, something went wrong.
@MohamedAymenHADDAD popover?.layer.shadowOffset = CGSize(width: -3, height: 0) popover?.layer.shadowColor = UIColor.black.cgColor popover?.layer.shadowRadius = 3.0 popover?.layer.shadowOpacity = 1
popover?.layer.shadowOffset = CGSize(width: -3, height: 0) popover?.layer.shadowColor = UIColor.black.cgColor popover?.layer.shadowRadius = 3.0 popover?.layer.shadowOpacity = 1
No branches or pull requests
I don't know if you could support this but would it possible to have a shadow instead of an overlay ?
thank you :)
The text was updated successfully, but these errors were encountered: