D
D
DjPROgramiST2014-07-22 14:22:29
iOS
DjPROgramiST, 2014-07-22 14:22:29

Nothing happens when handling the didSelectSubRowAtIndexPath in SKSTableView method?

The didSelectSubRowAtIndexPath method does not work
- (void)tableView:(SKSTableView *)tableView didSelectSubRowAtIndexPath:(NSIndexPath *)indexPath
{
NSLog(@"ListViewController didSelectSubRowAtIndexPath");
ArchivesViewController *archivesViewController = (ArchivesViewController *)[self slidingViewController];
[archivesViewController anchorTopViewTo:ADAnchorSideCenter animated:YES];
[self.tableView deselectRowAtIndexPath:indexPath animated:NO];
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question