-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels