SCWaveformView icon indicating copy to clipboard operation
SCWaveformView copied to clipboard

Xcode8 throws a warning in commonInit

Open alh84001 opened this issue 8 years ago • 0 comments

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 <CALayerDelegate> delegate;

alh84001 avatar Sep 07 '16 14:09 alh84001