作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我从导航堆栈中弹出 View Controller 时,我有一个 iOS 应用程序崩溃(访问错误)。更深的 Controller 有一个 TableView ,在 viewWillAppear
期间,我可以从堆栈跟踪中看到它正在调用一个名为 _deselectAllNonMultiSelectRowsAnimated:notifyDelegate:
的内部方法。有谁知道这个方法里面发生了什么?具体来说,我的 tableView:willDeselectRowAtIndexPath:
实现是否不会被调用?
最佳答案
我不是 100% 确定,但看起来 _dselectAllNonMultiSelectRowsAnimated:notifyDelegate: 只是做一些清理工作,同时还宣布通知。如果没有看到你的代码,很难说为什么这会让人呕吐。提供更多详细信息,我们也许能提供帮助。
关于iphone - 为什么 iOS 应用程序可能会在 _deselectAllNonMultiSelectRowsAnimated :notifyDelegate:? 内崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4788122/
当我从导航堆栈中弹出 View Controller 时,我有一个 iOS 应用程序崩溃(访问错误)。更深的 Controller 有一个 TableView ,在 viewWillAppear 期间
我是一名优秀的程序员,十分优秀!