Skip to content

Commit

Permalink
Update demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 5, 2016
1 parent 5bca5fe commit 5da7e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/Source/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
// show custom intro
[self showCustomIntro];
}

[tableView deselectRowAtIndexPath:indexPath animated:YES];
}

@end

0 comments on commit 5da7e46

Please sign in to comment.