Display a number on the screen Iphone SDK

Posted by Ni on Stack Overflow See other posts from Stack Overflow or by Ni
Published on 2010-03-30T15:55:21Z Indexed on 2010/03/30 17:03 UTC
Read the original article Hit count: 365

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about load

Related posts about data