hi i read the apple docs and followed this line of code:
[myText drawAtPoint:CGPointMake(10,10) withFont:[UIFont systemFontOfSize:[UIFont systemFontSize]]];
but my string doesn't get printed. does anyone know how to draw text on a custom view for the iphone?
[myText drawAtPoint:CGPointMake(10,10) withFont:[UIFont systemFontOfSize:[UIFont systemFontSize]]];
but my string doesn't get printed. does anyone know how to draw text on a custom view for the iphone?