-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Repeatedly called UITextField delegate while tapping on UITextView #474
Comments
Power Comes With Responsibility brother. In most cases the library is codeless and you don't need to do any extra configuration. However there are some special cases where we have some issues. Could you please share a demo project? |
Sir I have shared my Demo code with you please take a look. |
I'm unable to find demo project you shared. Could you please provide me a download link? |
Sure sir just wait a mint i will share with you |
Please find link below:-
https://www.dropbox.com/s/ry3a5tpy8c554q0/TextFieldDemoProject.zip?dl=0
|
Hello |
I tried to look at your demo, but unfortunately I didn't find |
Sorry sir actually i have accidentally imported files without copying to project .Now i have shared a new link of my demo source code and including to screen short of my problem pls take a look on it . Please find link below https://www.dropbox.com/s/ry3a5tpy8c554q0/TextFieldDemoProject.zip?dl=0 |
I got the issue you are facing. There is already a workaround for this question. You can look at README file and you'll find a workaround for |
Ok sir I’m really very thank full to you for giving your time for my problem .For now i have disable my ToolBar that fix the issue but in might be need this to work for the next release of my app and sir i am using IQKeyboardManager', '~> 3.3.4 version of cocoa pod please let me know the latest version of cocoa pod for this library. Again very very thank full to you . |
It is 4.0.0. But will release 4.0.1 soon. |
OK sir thanx.. |
4.0.1 is released. |
Thanks sir and sir what would be the minimum deployment target iOS version for this version |
It's iOS 8. |
fine thank you sir . |
@Deepinder-Lakhi, Due to seeing too many issues reported for This is my action plan:-
Let me know if anyone has any thoughts or suggestion on this. I would love to hear. |
Hii @hackiftekhar
i have weird problem when i tap on UITextView it will Call TextField delegate first and then TextView delegate in last really confused what to do . And it also had a issue when ever i was tapping on textfield in my UITableViewCell for example i have tapped on 4th cell it will call textfieldDidBegin method repeatedly like for 0th index and hence so on. Is there any need to use IQTextView Or IQTextField instead of UITextField or UITextView if yes then how ?
Please help in this what i have to do. As you mentioned .As you have mentioned it is CodeLess IQKeyBoardManager but it was not working for me. Really hope to get Quick help from you Thanks! in advance.
The text was updated successfully, but these errors were encountered: