Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Latest master build - didSelectRowAtIndexPath: (TableView & CollectionView) not forwarded to ASTableView #721

@aphylotus

Description

@aphylotus

Hi,

updated to the latest master, and noticed that the didSelectRowAtIndexPath is no longer forwarded to the ASTableView or CollectionView, which are created as such:

tableView = [[ASTableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain asyncDataFetching:YES];
tableView.asyncDataSource = self;
tableView.asyncDelegate = self;

cells are created, so the cellNodeForIndexPath: call is executed. Rolling back to a master a few days ago makes the function being called again, by identical sourcecode

Any Idea where it may come from, the delegate points to the _ASTableViewProxy

Thanks,

Tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions