-UIPickerTableView中的断言失败

时间:2015-06-16 18:52:18

标签: ios ipad ios-simulator

***断言失败 - [UIPickerTableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:],/ SourceCache / UIKit_Sim / UIKit-3318.93 / UITableView.m:9269

由于此错误导致应用程序崩溃。请有人帮忙。

1 个答案:

答案 0 :(得分:1)

类似的问题和解决方案

问题:应用程序将UIDatePicker作为3个或更多UITextField的输入视图。将日期设置为第一个文本字段工作正常。我尝试时应用程序崩溃了  datePicker.setDate(NSDate(), animated: true)

解决方案:我为每个文本字段创建了不同的UIDatePickers,解决了我的问题。

以下参考文献对于类似场景几乎没有其他解决方案: Assertion failure in -[UIPickerTableView _createPreparedCellForGlobalRow:withIndexPath:], /SourceCache/UIKit_Sim/UIKit-2903.2/UITableView.m:7768