You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some performance issue (lagging) when trying to reload the tableview which contains a number of cells that was added with the waveform view. I have tried to concurrently load the waveform view with GCD but it is not very stable — keep crashing.
The text was updated successfully, but these errors were encountered:
I'm hitting a similar issue, but with a 1 or 2 second delay when modally presenting a view controller with an SCWaveformView in it's hierarchy. I've had a look at the code, but as the wave is drawn using an array of layers, I presume that queuing this to run in the background is an impossible task?
There is some performance issue (lagging) when trying to reload the tableview which contains a number of cells that was added with the waveform view. I have tried to concurrently load the waveform view with GCD but it is not very stable — keep crashing.
The text was updated successfully, but these errors were encountered: