Skip to content

Instantly share code, notes, and snippets.

@kenshin03
Created May 1, 2013 07:59
Show Gist options
  • Save kenshin03/5494243 to your computer and use it in GitHub Desktop.
Save kenshin03/5494243 to your computer and use it in GitHub Desktop.
stop animated background
- (void)stopAnimateBackground {
self.backgroundImageView.transform = CGAffineTransformIdentity;
[UIView setAnimationsEnabled:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment