Search code examples
iphonecocoa-touchuilabel

UILabel Strikethrough


Is it possible to stikethrough a UILabel at all? I can't seem to find the option...


Solution

  • This is an old question and newer information is available.

    Starting in iOS 6, we have NSAttributedString.

    For pre iOS 6, I would look at TTTAttributedLabel