search

Home  >  Q&A  >  body text

ios - SDCycleScrollView三方有问题?

使用这个三方实现轮播图的效果,其中有的图gif动态图,但是不知道为什么第一次进入这个轮播图的VC,没有任何问题,点击下图的按钮切换VC后,发现轮播图上的gif动图变成静态的了,希望大神指点迷津http://cdn.cocimg.com/bbs/att...

伊谢尔伦伊谢尔伦2771 days ago643

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-18 09:47:58

    Which version is yours? Check specifically
    /* automatic scrolling interval time, default is 2s /
    @property (nonatomic, assign) CGFloat autoScrollTimeInterval;

    /* Whether to loop infinitely, default Yes /
    @property (nonatomic,assign) BOOL infiniteLoop;

    /* Whether to auto-scroll, the default is Yes /
    @property (nonatomic,assign) BOOL autoScroll;
    If you still have problems, there are two ways. Method one is to post the code. Method two, set it manually: autoScrollTimeInterval

    reply
    0
  • Cancelreply