Skip to content

Commit

Permalink
removed unneeded spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshanNindrai committed Jun 17, 2014
1 parent 11d8699 commit d87260b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RBMenu/RBMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,9 @@ -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *
if(indexPath.row < STARTINDEX || indexPath.row > [self.menuItems count] - 1 + STARTINDEX)
return;


self.highLighedIndex = indexPath.row;

[self.menuContentTable reloadData];

RBMenuItem *selectedItem = [self.menuItems objectAtIndex:indexPath.row - STARTINDEX];

[self animateMenuClosingWithCompletion:selectedItem.completion];

}
Expand Down

0 comments on commit d87260b

Please sign in to comment.