Unable to find reason for Crash on -[UIScrollView(UIScrollViewInternal) _scrollViewAnimationEnded:finished:]

后端 未结 3 779
日久生厌
日久生厌 2021-02-05 13:55

In my app many crashes with the following log are reported very often, but even with several test devices and iOS versions I am not able to reproduce it. So there\'s no way to f

3条回答
  •  轮回少年
    2021-02-05 14:05

    You might want to take a look at this thread: Is there a way to cancel an animated UITableView/UIScrollView setContentOffset:animated:?

    That discussion suggests it might be a delegate that is dealloc'd before the scrollview sends the animation ended message.

提交回复
热议问题