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

Multiple methods named 'bounds' found with mismatched result #131

Open
liuyan3176 opened this issue Aug 4, 2016 · 0 comments
Open

Multiple methods named 'bounds' found with mismatched result #131

liuyan3176 opened this issue Aug 4, 2016 · 0 comments

Comments

@liuyan3176
Copy link

Test in Xcode 7.3.1 and FXBlurView version is 1.6.3 and 1.6.4
The issue is the error:
Multiple methods named 'bounds' found with mismatched result, parameter type or attributes
in the code

  • (BOOL)shouldUpdate
    {
    __strong CALayer *underlyingLayer = [self underlyingLayer];

    return
    underlyingLayer && !underlyingLayer.hidden &&
    self.blurEnabled && [FXBlurScheduler sharedInstance].blurEnabled &&
    !CGRectIsEmpty([self.layer.presentationLayer ?: self.layer bounds]) && !CGRectIsEmpty(underlyingLayer.bounds);
    }
    Anyone has similar issue and how to solve it?

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

1 participant