Import csv data (SDK iphone)
- by Ni
I am new to cocoa. I have been working on these stuff for a few days.
For the following code, i can read all the data in the string, and successfully get the data for plot.
NSMutableArray *contentArray = [NSMutableArray array];
NSString *filePath = @"995,995,995,995,995,995,995,995,1000,997,995,994,992,993,992,989,988,987,990,993,989";
NSArray…