Display a number on the screen Iphone SDK
- by Ni
does anyone know how to display a number on the screen/iphone simulator?
I can load the data and create a x/y graph. Now instead of showing the graph, I load a data value from a text file, and I want to display that number on the screen. Does anyone know what function i can use?
.......
NSString *data =[myText objectAtIndex:1];
.......
so now data = 1, i want to display the value of the 'data' which is 1 on the screen.