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
{{ message }}
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
There is a small problem in the code. If I want to scroll backward, it cannot slide.
- (void) setPage:(NSInteger) newIndex animated:(BOOL) animated {
[self setPage:newIndex DMLazyScrollViewTransitionForward animated:animated];
}