Skip to content

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

@liuyan3176

Description

@liuyan3176

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions