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

MBContactPicker should implement UITextInput protocol #86

Open
vincentjames501 opened this issue Nov 3, 2014 · 0 comments
Open

MBContactPicker should implement UITextInput protocol #86

vincentjames501 opened this issue Nov 3, 2014 · 0 comments

Comments

@vincentjames501
Copy link

On the iPhone 6/6+ when you have the landscape keyboard, clicking on a preexisting item then clicking the 'forward' and 'backwards' arrow will cause the application to crash with something like the following:

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException',
 reason: '-[MBContactCollectionView selectedTextRange]: 
unrecognized selector sent to instance 0x13c902c00'

By implementing the UITextInput protocol I can prevent it from crashing however you can't continue to go forward and back once you've selected an item in the picker.

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