Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

DMLazyScrollView direction is not right #11

@burakkilic

Description

@burakkilic

Hi;

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];
}

should be changed to

- (void) setPage:(NSInteger) newIndex animated:(BOOL) animated {
    [self setPage:newIndex transition:DMLazyScrollViewDirectionHorizontal animated:animated];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions