MSCellAccessory icon indicating copy to clipboard operation
MSCellAccessory copied to clipboard

Blocking tableView:didSelectRowAtIndexPath:

Open fralways opened this issue 8 years ago • 0 comments

MSCellAccessory should not block table view delegate method didSelectRowAtIndexPath for some accessory types (ex. FLAT_DISCLOSURE_INDICATOR)

Example: cell.accessoryView = [MSCellAccessory accessoryWithType:FLAT_DISCLOSURE_INDICATOR colors:@[[UIColor tableViewAccessoryColor]]];

If I tap close to accessoryView nothing happens even though I implemented didSelectRowAtIndexPath method. In this case, MSCellAccessory should forward user tap to the tableView:didSelectRowAtIndexPath: delegate method.

fralways avatar Jan 25 '18 13:01 fralways