An Open Source View for Real-Time Graphing in iOS
Today I open sourced a simple UIView subclass for iOS that I've been using in an upcoming Guitar Tuner - Chromatic rewrite/update.
It simply takes in y values of a graph and updates very fast. Fast enough to use in real-time multi-threaded graphing applications.
Here it is on git: https://github.com/hoddez/THGraphView