Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Jul 15, 2015
1 parent 653d72d commit 2513348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MGSwipeTableCell/MGSwipeTableCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ -(void) transition:(MGSwipeTransition) mode percent:(CGFloat) t
case MGSwipeTransitionDrag: [self transitionDrag:t]; break;
case MGSwipeTransitionClipCenter: [self transitionClip:t]; break;
case MGSwipeTransitionBorder: [self transtitionFloatBorder:t]; break;
case MGSwipeTransition3D: [self transition3D:t]; break;
case MGSwipeTransitionRotate3D: [self transition3D:t]; break;
}
if (_expandedButtonAnimated && _expansionBackgroundAnimated) {
_expansionBackgroundAnimated.frame = [self expansionBackgroundRect:_expandedButtonAnimated];
Expand Down

0 comments on commit 2513348

Please sign in to comment.