Skip to content

Instantly share code, notes, and snippets.

@chrisallick
Created February 8, 2013 20:49
Show Gist options
  • Save chrisallick/4741809 to your computer and use it in GitHub Desktop.
Save chrisallick/4741809 to your computer and use it in GitHub Desktop.
[PRTween tween:self property:@"alpha" from:1.0 to:0.0 duration:.250 timingFunction:&PRTweenTimingFunctionCubicInOut updateBlock:nil completeBlock:^{
[self setHidden:YES];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment