2

Possible Duplicate:
Showing curved text

I have a UIView witha UILabel on it. How can I use renderInContext and other graphical operations to make the UIView appear curved, as in the example below?

curved text

Community
  • 1
  • 1
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
  • I used a UILabel as an example, but need to know how to render ANY UIView curved, not just draw curved text :/ – Alex Stone Oct 17 '12 at 01:00

1 Answers1

0

The following Core Text tutorial has exactly the same example that you need.

http://invasivecode.tumblr.com/core-text

Ilker Baltaci
  • 11,644
  • 6
  • 63
  • 79