UIScrollView EXC_BAD_ACCESS crash in iOS SDK

前端 未结 9 1674
暖寄归人
暖寄归人 2020-12-24 11:49

I have an iPhone SDK application that has several views that appear and disappear as the user creates content. After using the application on a device for a while, I get th

9条回答
  •  北荒
    北荒 (楼主)
    2020-12-24 12:07

    All above didn't fix my issue, so I dug deep my code again. I recognized that crash appears when I perform keyboard and UICollectionView animation (yeah, it's a chat) and dismiss current controller.

    Application crashes because I try making scrolling in animation completion block :)

    Just cut it and all work well now!

    Happy coding and debugging :)

提交回复
热议问题