changeset 27 | b0affce7beb1 |
parent 22 | 4cb50131788f |
child 29 | 0b1c315ffc64 |
1.1 --- a/Source/GGBLayer.m Thu Jul 31 11:18:13 2008 -0700 1.2 +++ b/Source/GGBLayer.m Tue Mar 10 22:36:23 2009 -0700 1.3 @@ -50,7 +50,7 @@ 1.4 anim.duration= duration; 1.5 anim.fromValue = from; 1.6 anim.toValue = to; 1.7 - anim.isRemovedOnCompletion = YES; 1.8 + anim.removedOnCompletion = YES; 1.9 anim.delegate = self; 1.10 [self addAnimation:anim forKey: @"animateAndBlock:"]; 1.11 _curAnimation = (id)[self animationForKey: @"animateAndBlock:"];