Assertion failure in -UIPickerTableView

826 Views Asked by At

*** Assertion failure in -[UIPickerTableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:], /SourceCache/UIKit_Sim/UIKit-3318.93/UITableView.m:9269

Application crashes because of this error. Please someone help.

2

There are 2 best solutions below

0
On

Similar Problem and Solution

Issue: Application had UIDatePicker as input view for 3 or more UITextFields. Setting Date to first text field worked fine. App crashed when I tried datePicker.setDate(NSDate(), animated: true)

Solution: I created distinct UIDatePickers for each textfield which solved my issue.

The below reference has few other solutions for similar scenarios: Assertion failure in -[UIPickerTableView _createPreparedCellForGlobalRow:withIndexPath:], /SourceCache/UIKit_Sim/UIKit-2903.2/UITableView.m:7768

0
On

I encountered same issue, please check that there is enough space for displaying PickerView. If given constraints try to solve the constraints conflict.