Skip to content

iPad Issue with iOS 8.0 #21

@ctd-mh3

Description

@ctd-mh3

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions