Skip to content
New issue

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

Ability to set the view controller tint #2

Open
markst opened this issue Oct 13, 2015 · 1 comment
Open

Ability to set the view controller tint #2

markst opened this issue Oct 13, 2015 · 1 comment

Comments

@markst
Copy link

markst commented Oct 13, 2015

TextView is using default window blue tint...

image

@ezescaruli
Copy link
Owner

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:

self.view.tintColor = [ESFeedbackViewController tintColor];

markst added a commit to Papercloud/ESFeedbackViewController that referenced this issue Oct 16, 2015
markst added a commit to Papercloud/ESFeedbackViewController that referenced this issue Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants