MSCellAccessory
MSCellAccessory copied to clipboard
Blocking tableView:didSelectRowAtIndexPath:
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.