IPhone : How to implement interactive visualizations for iOS?

on Tuesday, February 24, 2015

For an iPhone application I need to implement a zoomable icicle partition layout which is similar to this D3 example. I thought embedding the D3 code in a web view too but I am worried about the performance. Best I can think is to port it to Swift. I am new to iOS programming and I would like to know what is the iOS way of making such interactive visualizations?


0 comments:

Post a Comment