Skip to content

Blocking tableView:didSelectRowAtIndexPath: #14

@fralways

Description

@fralways

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions