UILabel Strikethrough

cocoa-touch, iphone, uilabel

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

Problem

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

Original source

Related problems