You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a SimplePickerInputTableViewCell in a table view on an iPad with iOS 8.0, I can get the following exception to occur:
Uncaught exception: UIPopoverPresentationController (<UIPopoverPresentationController: 0x12d56d1a0>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.
The easiest way to get this to occur is to double tap the table view cell in question. The crash happens about 90% of the time. Other press combinations have also worked to reproduce the issue, but I cannot reliably repeat the other combinations.
I had a very tentative fix which makes extensive changes to the PickerInputTableViewCell class to make it in line with the new UIPopoverPresentationController and UIPopoverPresentationControllerDelegate classes in iOS 8. I will work to submit a pull request.
Anyone else seeing this issue?
The text was updated successfully, but these errors were encountered:
When using a SimplePickerInputTableViewCell in a table view on an iPad with iOS 8.0, I can get the following exception to occur:
Uncaught exception: UIPopoverPresentationController (<UIPopoverPresentationController: 0x12d56d1a0>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.
The easiest way to get this to occur is to double tap the table view cell in question. The crash happens about 90% of the time. Other press combinations have also worked to reproduce the issue, but I cannot reliably repeat the other combinations.
I had a very tentative fix which makes extensive changes to the PickerInputTableViewCell class to make it in line with the new UIPopoverPresentationController and UIPopoverPresentationControllerDelegate classes in iOS 8. I will work to submit a pull request.
Anyone else seeing this issue?
The text was updated successfully, but these errors were encountered: