iOS:when use YYImage,startAnimation donot work
This commit is contained in:
@@ -619,6 +619,9 @@ - (NSNumber *)isAnimating {
|
||||
}
|
||||
|
||||
- (void)startAnimating {
|
||||
#if DORIC_USE_YYWEBIMAGE
|
||||
[(DoricImageView *)self.view setCurrentAnimatedImageIndex:0];
|
||||
#endif
|
||||
[self.view startAnimating];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user