Skip to content

Instantly share code, notes, and snippets.

@objectiveSee
Created October 4, 2013 10:05
Show Gist options
  • Save objectiveSee/6823734 to your computer and use it in GitHub Desktop.
Save objectiveSee/6823734 to your computer and use it in GitHub Desktop.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
EALobbyGameCell *cell = [tableView dequeueReusableCellWithIdentifier:kGameCellIdent forIndexPath:indexPath];
if ( [cell viewWithTag:444] == nil ) {
// make gesture recoginzer and give it a tag of 444
})
// set target here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment