5
我在自定義表格控件中實現滑動手勢,所以我要實現touchesBegan事件。 我可以實現滑動,但不幸的是,因爲touchesBegan在customcell中處理,我沒有在tablecontroller上得到didSelectRowAtIndexPath消息。如果touchesBegan方法被禁用,它將起作用。在UITableViewCell中處理touchesBegan禁用didSelectRowAtIndexPath
這應該如何處理? touchesBegan處理完成後,我希望觸摸事件能夠使響應者鏈上升。我怎樣才能做到這一點?
謝謝。
[super touchesbegan]可能是正確的做法。 – amattn 2009-05-31 19:15:21