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

Method definition for 'setBlurTintColor:' not found #13

Closed
robmontesinos opened this issue Dec 25, 2013 · 3 comments
Closed

Method definition for 'setBlurTintColor:' not found #13

robmontesinos opened this issue Dec 25, 2013 · 3 comments

Comments

@robmontesinos
Copy link

Great library! I'm getting the above warning message on the Demo. Any way of resolving this issue with an example of how to apply the blurTintColor properly? Thank you.

@davidolesch
Copy link

The problem is that MYBlurIntroductionView declares but does not implement

-(void)setBlurTintColor:(UIColor *)blurTintColor;

Instead, this method is implemented in AMBlurView

@robmontesinos
Copy link
Author

OK thanks David - I guess I could just comment it out to get rid of the warning

@MatthewYork
Copy link
Owner

FIXED.

I had accidentally misnamed this method. I meant for it to be the setBackgroundColor: method, but must have gotten turned around somewhere along the way.

Much thanks for catching this.

Regards,

-Matt

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

3 participants