Strike-through font in objective C

Posted by wal on Stack Overflow See other posts from Stack Overflow or by wal
Published on 2010-03-22T01:23:28Z Indexed on 2010/03/22 1:31 UTC
Read the original article Hit count: 655

Hi,

How can I use strike-through font in objective C??? More specifically in UITableViewCell

cell.textLabel.text = name;
cell.detailTextLabel.text = quantity ;
cell.XXX = ??

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c