Skip to content

Checks if theCenter is between theMinX and theMaxX #5

@geek3

Description

@geek3

Not sure if this is a bug, but PagingView.m line 77 says
if ((theMinX <= theCenter.x) && (theMaxX >= theCenter.y)) {

which looks weird to me where an X value is compared against a Y value. I just suspect the intention is really to check if it is between the min/max, but I haven't really felt the impact of it.

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