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

when i used two UITextField which is inherited from SearchTextField it will not show the search result in Xcode 9.0 #79

Closed
kiraninfogird opened this issue Oct 5, 2017 · 10 comments

Comments

@kiraninfogird
Copy link

Hello,
I updated Xcode to 9.0 and I stuck with one new problem.

## ex. when I search any city name is will not show me a drop-down list [as I install pod i.e. SearchTextField]. please help me to solved above problem?

After update done, I again install pod as per given on cocoapods website but still, I get the error.

but before updating Xcode it will be working fine, so what should I do now? Please, Help me...!

@apasccon
Copy link
Owner

apasccon commented Oct 5, 2017

Are you testing in the simulator?, is the keyboard shown? (Cmd+K)

@kiraninfogird
Copy link
Author

kiraninfogird commented Oct 5, 2017 via email

@apasccon
Copy link
Owner

apasccon commented Oct 5, 2017

can you please share with me your ViewController's source code?

@apasccon
Copy link
Owner

apasccon commented Oct 5, 2017

Where did you attached the files?, I can't see it.

@kiraninfogird
Copy link
Author

kiraninfogird commented Oct 6, 2017

Hi,
it is because of I am chatting with you by email not used directly git hub account that way you are not unable to see that attachment.

Please find the attachment.

reapascconsearchtextfieldwheniusedtwouitextfieldw.zip

@midhetfatema94
Copy link

Hi, The same thing is occuring with me too.. Will this issue be resolved soon? because I need it urgently.

@kiraninfogird
Copy link
Author

kiraninfogird commented Nov 24, 2017 via email

@midhetfatema94
Copy link

Hi @kiraninfogird, I have resolved the issue, so the configuration of the second text field should be in the first text field's "itemSelectionHandler" property. Also resign the first text field and make the second one the first responder like so:
firstTF.resignFirstResponder() secondTF.becomeFirstResponder()
This should work fine. Try it and if it works, you can close this issue.

@apasccon
Copy link
Owner

Thanks for helping @midhetfatema94!, let me close the issue.

@kiraninfogird
Copy link
Author

kiraninfogird commented Nov 25, 2017 via email

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

3 participants