Skip to content

Commit

Permalink
flip view
Browse files Browse the repository at this point in the history
  • Loading branch information
murakami committed Mar 10, 2012
1 parent 9ac425e commit 7c4b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/CoreAnimation/CoreAnimation/FlipView.m
Expand Up @@ -56,7 +56,7 @@ - (void)drawRect:(CGRect)rect

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
{
[UIView beginAnimations:nil context:nil];
[UIView beginAnimations:@"flip view" context:nil];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft
forView:self.imageView
cache:YES];
Expand Down

0 comments on commit 7c4b0ed

Please sign in to comment.