Skip to content

Instantly share code, notes, and snippets.

@jspahrsummers
Created January 2, 2013 03:32
Show Gist options
  • Save jspahrsummers/4431906 to your computer and use it in GitHub Desktop.
Save jspahrsummers/4431906 to your computer and use it in GitHub Desktop.
RACSequence *views = [RACSequence concat:@[
self.buttons.rac_sequence,
self.buttonLabels.rac_sequence,
self.informationLabels.rac_sequence
]];
for (NSView *view in views) {
[view.layer rac_liftSelector:@selector(addAnimation:forKey:) withObjects:refreshingAnimation, @"opacity"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment