Display a number on the screen
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
16:03 UTC
Read the original article
Hit count: 415
does anyone know how to display a number on the screen? 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