TuSDKPFGifViewDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TuSDKICGifView.h |
– onGifAnimationComplete:currentLoopCount:totalLoopCount:
required method
每次Gif动画结束时调用
- (void)onGifAnimationComplete:(TuSDKICGifView *)gifView currentLoopCount:(NSUInteger)currCount totalLoopCount:(NSUInteger)loopCountParameters
gifView |
TuSDKICGifView对象 |
|---|---|
currCount |
当前已播放次数 |
loopCount |
Gif文件指定的动画循环次数,0表示无限循环 |
Declared In
TuSDKICGifView.h