Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge with rantav/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rantav committed Dec 24, 2011
2 parents 664af22 + bcfa3ff commit a3b01a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion GMGridView/API/GMGridView.m
Expand Up @@ -1037,7 +1037,7 @@ - (void)tapGestureUpdated:(UITapGestureRecognizer *)tapGesture
{
CGPoint locationTouch = [_tapGesture locationInView:_scrollView];
NSInteger position = [self.layoutStrategy itemPositionFromLocation:locationTouch];

if (position != GMGV_INVALID_POSITION)
{
[self.actionDelegate GMGridView:self didTapOnItemAtIndex:position];
Expand Down
1 change: 0 additions & 1 deletion GMGridView/API/GMGridViewLayoutStrategies.m
Expand Up @@ -575,4 +575,3 @@ - (NSInteger)rowForItemAtPosition:(NSInteger)position
}

@end

0 comments on commit a3b01a5

Please sign in to comment.