EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

When I clear the background color, it don't show the wave

Open itsaboutcode opened this issue 8 years ago • 2 comments

When I set the background color of EZAudioPlotGL, it stop showing the wave (which is in white color).

    @IBOutlet weak var plot: EZAudioPlotGL?

    self.plot!.backgroundColor = UIColor.clearColor()
    self.plot!.opaque = false

itsaboutcode avatar Dec 16 '15 10:12 itsaboutcode

For me it worked...

        self.audioPlot.backgroundColor = UIColor.clearColor()
        self.audioPlot.color = UIColor.fromRGB(0xfafafa)

ciso avatar Jan 06 '16 16:01 ciso

I've seen this happen as well randomly.

akac avatar May 04 '16 23:05 akac