I’ve implemented didSelectRowAtIndexPath and accessoryButtonTappedForRowWithIndexPath never seems to fire. However, didSelectRowAtIndexPath always fires, even when I click the accessory. Shouldn’t these two be exclusive?
I’ve implemented didSelectRowAtIndexPath and accessoryButtonTappedForRowWithIndexPath never seems to fire. However, didSelectRowAtIndexPath always fires, even
Share
-[UITableViewDelegate accessoryButtonTappedForRowWithIndexPath:]is only called when theaccessoryTypeof the cell is set toUITableViewCellAccessoryDetailDisclosureButton.