Skip to content

Xcode8 throws a warning in commonInit #25

@alh84001

Description

@alh84001

Xcode 8 is throwing a warning at
_waveformSuperlayer.delegate = _waveformLayersDelegate;

This is happening because SCWaveformLayerDelegate is not explicitly declared to implement CALayerDelegate, and CALayer has delegate property now defined as
@Property(nullable, weak) id delegate;

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