Which version is yours? Check specifically /* automatic scrolling interval time, default is 2s / @property (nonatomic, assign) CGFloat autoScrollTimeInterval;
/* 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
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