1

What is the best way do draw an strike text with iPhone sdk?

I want to draw a strike text like the tag do on html.

Is there any method to do this? or I should draw an line my self over the text?

Josh Darnell
  • 11,304
  • 9
  • 38
  • 66
Alex Terente
  • 12,006
  • 5
  • 51
  • 71

1 Answers1

0

I have solved this problem by subclassing UILabel and override draw rect.

I have created an git for this.

Alex Terente
  • 12,006
  • 5
  • 51
  • 71