Skip to content

Instantly share code, notes, and snippets.

@hechen
Created August 15, 2017 02:50
Show Gist options
  • Save hechen/3643f2aefbcd8643d864decae3cede4e to your computer and use it in GitHub Desktop.
Save hechen/3643f2aefbcd8643d864decae3cede4e to your computer and use it in GitHub Desktop.
--- title: "UITableViewDelegate" summary: "Placeholders for required UITableViewDelegate protocol methods" platform: iOS completion-scope: Class Implementation ---
#pragma mark - UITableViewDelegate
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
<#statements#>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment