David Ha (小河)

Results 12 comments of David Ha (小河)

When did you set gif resource url onto ASNetworkImageNode ?

```self.imageNode.URL = [NSURL URLWithString:string];``` In this case, resetToDefault is YES. try to use this method ```imageNode.setURL(gifURL, resetToDefault: false)```