Drawing text on a UIView
I am using a UIView to create some graphs (pie charts and bar graphs), which is easy enough.
But now I want to add some labels to these graphs, which is where I am stuck.
CGContextShowTextAtPoint() (and all the stuff leading up to its call) doesn't seem to work (shows no text) and I read it is not the recommended way of doing things anyway.
What is the recommended way of doing this and can someone point me to some examples?
Cheers,
Bas.
|