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
Is it possible to change the popup black/gray gradient to white?
Thanks
The text was updated successfully, but these errors were encountered:
This is the solution I used. I sure would love to see a new feature to add the option to change dynamically gradient background color.
- (void)drawBackground:(CGRect)frame inContext:(CGContextRef) context { //CGFloat R0 = 0.267, G0 = 0.303, B0 = 0.335; //CGFloat R1 = 0.040, G1 = 0.040, B1 = 0.040; CGFloat R0 = 1.0, G0 = 1.0, B0 = 1.0; CGFloat R1 = 0.961f, G1 = 0.961f, B1 = 0.961f;
Sorry, something went wrong.
+1
No branches or pull requests
Is it possible to change the popup black/gray gradient to white?
Thanks
The text was updated successfully, but these errors were encountered: