Skip to content

Commit

Permalink
Update Pinterest CDN URL in example code (TextureGroup#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekargueta authored and bernieperez committed Apr 25, 2018
1 parent 26fb612 commit 77afd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/AnimatedGIF/ASAnimatedImage/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (void)viewDidLoad {
// Do any additional setup after loading the view, typically from a nib.

ASNetworkImageNode *imageNode = [[ASNetworkImageNode alloc] init];
imageNode.URL = [NSURL URLWithString:@"https://s-media-cache-ak0.pinimg.com/originals/07/44/38/074438e7c75034df2dcf37ba1057803e.gif"];
imageNode.URL = [NSURL URLWithString:@"https://i.pinimg.com/originals/07/44/38/074438e7c75034df2dcf37ba1057803e.gif"];
// Uncomment to see animated webp support
// imageNode.URL = [NSURL URLWithString:@"https://storage.googleapis.com/downloads.webmproject.org/webp/images/dancing_banana2.lossless.webp"];
imageNode.frame = self.view.bounds;
Expand Down

0 comments on commit 77afd58

Please sign in to comment.