YYImage icon indicating copy to clipboard operation
YYImage copied to clipboard

YYAnimatedImageView 关于 loopcount

Open juvham opened this issue 8 years ago • 1 comments

注意到 YYAnimatedImageView 定义了 loop count 并且 是 用 decoder 解析出 image 的 loop count 使用

    NSUInteger _curLoop; ///< current loop count (from 0)
    NSUInteger _totalLoop; ///< total loop count, 0 means infinity

可是 有时候希望强制 使用 无限循环 或者 循环 一次 建议 暴露 外部 接口 强制 循环次数

juvham avatar Jun 14 '16 07:06 juvham

见 https://github.com/ibireme/YYImage/issues/1 之后会考虑一下这个。

ibireme avatar Jun 14 '16 16:06 ibireme