ZLHistogramAudioPlot
ZLHistogramAudioPlot copied to clipboard
UITableView scrolling freezes histogram
When used in the same view controller with a UITableView or UICollectionView there is a problem when scrolling the table view. I'm guessing that they are both performed on the main thread, and that's what causing the histogram to freeze while the table view is scrolling.