You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for awesome library, but animation is not working properly.
The default value of animation is NO.
I think the right default value is YES same as your Example project.
Thank you for awesome library, but animation is not working properly.
The default value of animation is NO.
I think the right default value is YES same as your Example project.
Line 91~94 in GoAutoSlideView.m
It should be edited like
[self.scrollView setContentOffset:newOffset animated:YES];
The text was updated successfully, but these errors were encountered: