Skip to content

Commit

Permalink
Merge branch 'feature/gh-pull-160' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evadne committed Sep 15, 2012
2 parents 630bd9a + 3b59c64 commit 7e2994d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/AQGridViewUpdateItem.m
Expand Up @@ -81,7 +81,7 @@ - (NSString *) description
}

NSString * animationDesc = @"<Unknown>";
switch ( _animation )
switch ( (UITableViewRowAnimation)_animation )
{
case AQGridViewItemAnimationFade:
animationDesc = @"Fade";
Expand All @@ -106,6 +106,7 @@ - (NSString *) description
}

return ( [NSString stringWithFormat: @"%@{index=%u, action=%@, animation=%@, offset=%i}", [super description], (unsigned)_index, actionDesc, animationDesc, _offset] );

}

- (NSComparisonResult) compare: (AQGridViewUpdateItem *) other
Expand Down

0 comments on commit 7e2994d

Please sign in to comment.