Skip to content

Doubletap delivering invalid type #23

@Xavjer

Description

@Xavjer

This:
if (type != CalendarViewTypeDay && type > minType) {
--type;
[self fade];
}

Should be at the end of - (void)doubleTap:(UITapGestureRecognizer *)recognizer
At the moment, year and month will ATM return the wrong type resulting in the month being the same type as the day.

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