Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPad Issue with iOS 8.0 #21

Open
ctd-mh3 opened this issue Sep 24, 2014 · 0 comments
Open

iPad Issue with iOS 8.0 #21

ctd-mh3 opened this issue Sep 24, 2014 · 0 comments

Comments

@ctd-mh3
Copy link
Contributor

ctd-mh3 commented Sep 24, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant