Skip to content

Instantly share code, notes, and snippets.

View cowgp's full-sized avatar

Scott Bates cowgp

  • Whistle Labs
  • Escondido, CA
View GitHub Profile
@zats
zats / gist:1a3fe941251b4a32b531
Created June 12, 2014 15:02
Enabling UIImageRenderingModeAlwaysTemplate for UIImageView
static NSString *const WMLTemplatedAnimationColorFillLayerName = @"WMLTemplatedAnimationFillLayerName";
static NSString *const WMLTemplatedAnimationMaskLayerName = @"WMLTemplatedAnimationMaskLayerName";
@interface UIImageView (WMLTemplatedAnimation)
- (void)wml_startAnimating;
- (void)wml_stopAnimating;
@end