Drawing Mirrored Text
Posted
by Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2010-06-02T03:58:36Z
Indexed on
2010/06/02
4:03 UTC
Read the original article
Hit count: 354
I'm trying to draw mirrored (as in, it looks like you held it up to a mirror) text, and I want to do it the easiest way possible.
It is possible to do a transform on a UILabel? Or do I have to use Quartz and do CGContextShowTextAtPoint() ?
© Stack Overflow or respective owner