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
TextView is using default window blue tint...
The text was updated successfully, but these errors were encountered:
Fair point.
I think it should have class methods for setting that as well:
+ (UIColor *)tintColor; + (void)setTintColor:(UIColor *)tintColor;
Then, on - (void)setupStyles method, could do:
- (void)setupStyles
self.view.tintColor = [ESFeedbackViewController tintColor];
Sorry, something went wrong.
Provides the ability to set the tint colour of the feedback window.
835f8dd
Issue ezescaruli#2
ad7c6d9
No branches or pull requests
TextView is using default window blue tint...
The text was updated successfully, but these errors were encountered: