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