-
-
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
BUG or Issue.... #15
Comments
Will try to solve this very soon. Can you you provide 2-3 screenshots, which demonstrates this issue? Thanks |
Thank you for your answer..... Thanks again George Gerardis On Sun, Dec 29, 2013 at 9:22 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
Hi Geogerar, |
Hello, sorry my friend but I was send them 2 days ago at the following I am sending them again at the prsent email of yourself..... Thank you again!!! On Mon, Dec 30, 2013 at 7:30 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
Please send to hack.iftekhar@gmail.com |
I am sending again just now .... Thanks |
I understand the issue you are facing. I came up with 2 solutions for this:-
Please suggest me the best solutions. If you have another idea on this, I would love to hear from you. Best |
Hello again, First of all I would like to wosh you a huppy nove healthy NEW year. Now, I think that solution No:1 is better . If you have time please correct that issue, I am waiting..... Thnk you very much in advance! George Gerardis On Tue, Dec 31, 2013 at 8:00 AM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
But I think if we change UITextView frame inside my code then it may break user's logic. What do you think? |
maybe yes....but the strange thing is that I do change nothing in my app. I can not understand where the problem is.... George Gerardis On Tue, Dec 31, 2013 at 5:34 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
One temporary solution is to disable it on ViewWillAppear [[IQKeyboardManager sharedManager] setEnabled:NO]; and reEnable it on ViewWillDisappear. |
Hello again, The temporary solution you propose does not work simply because by doing I think we have to find out a better solution.... Thanks again for helping me..... George On Tue, Dec 31, 2013 at 9:09 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
I am suggesting this solution is only for your particular ViewController. Desable it on ViewWillAppear and Enable it on ViewWillDisappear. I am not suggesting you to set it to on your whole app. By the way, I implemented both solutions for this. I added a boolean called 'canAdjustTextView' If it is YES then Implementation goes to 1st solution, otherwise 2nd. I have fixed some more issues also. read my commit message for details. Many many thanks for the bug report to improve this control. Wishing a happy new year to you also. Thanks |
You solve my problem!!! George |
You solve my problem!!! George On Wed, Jan 1, 2014 at 4:23 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
Hello again, Thanks again for your help George On Wed, Jan 1, 2014 at 11:23 PM, George Gerardis geogerar@gmail.com wrote:
Γιώργος Ν. Γεράρδης |
Hello geogerar, Thanks |
Hello, I see, ok fine! Thanks a lot again! George On Thu, Jan 2, 2014 at 7:47 PM, Mohd Iftekhar Qurashi <
Γιώργος Ν. Γεράρδης |
Hello,
First of all I would like to thank you for such a brilliant and nice tool!!
Now, I want to inform you that, in IOS7 but also in IOS6 with ScrollView containing a textview it doesn't work well. The keyboard when comes up scrolls the navigation bar out of view with textview.
I can see only the half bottom part of textview.....
Can you please check and correct?
Thank you very much in advance!
George Gerardis
The text was updated successfully, but these errors were encountered: