Не страбатывает метод didSelectSubRowAtIndexPath
- (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];
}
-
Вопрос задан
-
2317 просмотров