iOS:when use YYImage,startAnimation donot work
This commit is contained in:
parent
601e9a79c0
commit
1f01b7bffe
@ -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