Skip to content

When events are overlap , delegate method is called for least event #364

Open
@nickp4488

Description

Hello, thanks a lot for awesome Library @richardtop!

Recently, I implemented this library in my project & got an issue as follow

Example : Event1 : start 12 AM to 11 PM (Blue)
Event2: start 1:30 AM to 1:40 AM (Orange)

When both events are overlap & eventsWillOverlap = true,
the delegate method is just call for event1 , instead of event 2.

If I set eventsWillOverlap = false & try to tap on event, it is working fine.

Screenshot 2023-12-28 at 11 16 01 PM

Am I doing any mistake here?

How can we achieve to call top most event for delegate call.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions