SCWaveformView
SCWaveformView copied to clipboard
Xcode8 throws a warning in commonInit
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;