Skip to content

Change tapCell to not tap cell when isUserInteractionEnabled is false #71

Description

@rgravina

Currently when a UITableViewCell has isUserInteractionEnabled set to false, tapCell taps the cell (I think internally it calls the UITableViewDelegates select cell method directly).

I think it would be more valuable if tapCell did nothing, and the tester would have their assertions about what happens after the tap fail.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions