I am new to iPhone development (and to mac development in general). I am trying to figure out how to draw text in a custom view. I can use the function CGContextShowTextAtPoint to draw the text, but how do I get information about the text extent so I can center or right justify the string?
Thanks
Thanks