简体   繁体   中英

Scrolling UITableView crashes only in iOS 4.2

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 earlier 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM