I'm trying to figure out how to read a file that is just a bunch of integers into some sort of array (integer) so I can use it to draw a 2D line graph of the data when I press a button. I've figured out how to draw the graph, but can't get the data to be read. I'm rather new at Obj-C and have been searching for this answer for a while, but to no avail. Any help would be greatly appreciated. Thanks.