开发者

Scrolling UITableView crashes only in iOS 4.2

开发者 https://www.devze.com 2023-01-31 05:02 出处:网络
I recently upgraded to xCode 3.2.5 and iOS 4.2 . After this, the app crashes while scrolling the table which has text fields.

I recently upgraded to xCode 3.2.5 and iOS 4.2 . After this, the app crashes while scrolling the table which has text fields.

resignFirstResponder throws "EXEC_BAD_ACCESS" and crashes the app.

The same code works perfect with earl开发者_开发百科ier versions of iOS.


Hi You should check your code for memory management. I have also faced with problems, like code running on 3.2 but not on 4.2. This is due to the fact that iOS 4.2 is more robust. Sometimes it happens that we are not using the proper coding methods, & it is running fine on 3.2. But 4.2 is not accepting such mistakes.

0

精彩评论

暂无评论...
验证码 换一张
取 消