【发布时间】:2012-01-09 07:34:11
【问题描述】:
如何在 UITableViewController 类中使用touchesBegan: withEvent: 方法?
UITableViewController 是 UIViewController 类的子类。那么为什么该方法在 UITableViewController 中不起作用呢?
【问题讨论】:
-
你想在tableviewcontroller哪里使用这个方法?
-
子类 UITableView 并在那里实现 touchesBegan。它会无痛工作。
标签: iphone uitableview touchesbegan