Skip to content

Commit

Permalink
increase bounce distance
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zielenski committed Apr 30, 2012
1 parent a49a1bd commit fa9b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZKRevealingTableViewCell/ZKRevealingTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ - (CGFloat)_bounceMultiplier
}

#pragma mark - Sliding
#define kBOUNCE_DISTANCE 15.0
#define kBOUNCE_DISTANCE 20.0

- (void)_slideInContentViewFromDirection:(ZKRevealingTableViewCellDirection)direction offsetMultiplier:(CGFloat)multiplier
{
Expand Down

0 comments on commit fa9b259

Please sign in to comment.