Skip to content

Commit

Permalink
Merge pull request #26 from mdewolfe/master
Browse files Browse the repository at this point in the history
Overlay Display at Top of IMage
  • Loading branch information
andreagiavatto committed Mar 25, 2014
2 parents 4524652 + c7989f1 commit 50b9192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AGPhotoBrowserView.m
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
}

[self configureCell:cell forRowAtIndexPath:indexPath];
[self.overlayView resetOverlayView];

return cell;
}
Expand Down

0 comments on commit 50b9192

Please sign in to comment.