Call superclass version of -touchesEnded:withEvent: in UITableViewCell subclass in iPhone SDK 3.0

If you subclass UITableViewCell and override -touchesEnded:withEvent:, do yourself a favor and call the superclass version. Saves hours wondering why your tableviews don't respond to touches.

---

Comment

Commenting is closed for this article.

---