Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashed when drag event #94

Open
Echoecho126 opened this issue May 3, 2017 · 0 comments
Open

App crashed when drag event #94

Echoecho126 opened this issue May 3, 2017 · 0 comments

Comments

@Echoecho126
Copy link

There is a event1,which date range 09:30~ 15:30. When the view scrolled to 15:20 and the event1's top scroll out of the view, draging the event1 can lead to crash. The crash come from the method

  • (BOOL)beginMovingEventOfType:(MGCEventType)type atIndexPath:(NSIndexPath*)path{
    ...
    self.interactiveCellDate =[self dateAtPoint:self.interactiveCell.frame.origin rounded:YES];// nil date cause crash。
    ...
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant