Has anyone a idea how can i strike/cross out a UILable 开发者_运维知识库with Anmimation - like a "Todolist function"?
In Objective C.. ;)
Try a custom UILabel with a UIImage added as a subview. Though I think you'll want to do it in a custom UITableCell if you want a nice look, scrolling as iPhone users expect, etc.
精彩评论