是否可以修改dropplot代码以便输出图显示在iphone模拟器中
是否可以修改 dropplot 代码,以便在 iphone 模拟器中显示输出图形。现在我们正在外部添加 CSV 文件。我想通过代码调用文件..
Is it possible to modify drop plot code so that the output graph is displayed in iphone simulator.Now we are adding the CSV file externally. I want to Call the File through the code..
您必须创建一个 iOS 应用程序。演示此功能的最简单方法是从 iOS 示例应用程序之一开始。将 Drop Plot 中的数据源代码复制到新应用程序中,添加 CSV 解析类,并将 CSV 文件添加到应用程序包中。将 CSV 文件读入 NSString 并解析它以填充绘图数据源的数据。
You'll have to create an iOS application. The easiest way to demo this is to start with one of the iOS example apps. Copy the datasource code from Drop Plot into the new app, add the CSV parsing class, and add your CSV file to the app bundle. Read the CSV file into an NSString and parse it to populate the data for your plot datasource.