-
Notifications
You must be signed in to change notification settings - Fork 30
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
Exception while testing in iOS 7 #13
Comments
I have a fix for this. Attempted to put fix in pull request. Will monkey around with github for a little bit longer. If it does not show up, just let me know and I can email the changes. |
Hello, can you send it to me? [email protected]. thanks |
For some reason (likley user error), my iOS7 crash pull request and commit got added to my "Updates:1) Allow Picker values to be passed in 2) Ensure picker and table view cell remain in sync" pull request. Look at the 796cc65 commit in that pull request. Let me know if you still need it via email. |
Yea, I got it thanks |
Hi there,
I've been using your PickerTableViewCell with my app for the last few iOS version releases.
I ran a test of my app under beta version 5 of iOS 7 and found it crashes when I tried to select a value in an existing SimplePickerInputTableViewCell. Would you have any idea what may be the problem?
All I get is the following:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewWrapperView indexPathForCell:]: unrecognized selector sent to instance 0x16d5ccb0'
The text was updated successfully, but these errors were encountered: