TuSDKICGifView Class Reference
Inherits from | UIImageView |
---|---|
Declared in | TuSDKICGifView.h |
delegate
动画播放事件委托
@property (nonatomic, weak) id<TuSDKPFGifViewDelegate> delegate
Declared In
TuSDKICGifView.h
runloopMode
动画默认使用的runloop 模式,默认: NSRunLoopCommonModes
@property (nonatomic, copy) NSString *runloopMode
Discussion
Set this property to NSDefaultRunLoopMode
will make the animation pause during UIScrollView scrolling.
Declared In
TuSDKICGifView.h
currentFrameIndex
当前帧
@property (nonatomic, assign) NSUInteger currentFrameIndex
Declared In
TuSDKICGifView.h