UIScrollView EXC_BAD_ACCESS crash in iOS SDK

前端 未结 9 1632
暖寄归人
暖寄归人 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 12:09

    My guess would be that the scrollview's delegate is set to an object that has been deallocated. Try settings all the delegates of child objects to nil in your dealloc methods.

提交回复
热议问题