-
-
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
IOS7: after navigator back from previous view, toolbar position moved to left. #52
Comments
Please provide sample code to debug & fix. |
OK. please visit url: https://github.com/Jession/issues-demo/tree/master/trunk/iqkeyboardmanagerTest |
Hi, my current solution is resign first response on TextField before navigation to next view. |
Just a frame change for now(Temporary solution) In IQUIView+IQKeyboardToolbar.m GoTo:-
and change this line with this I'll update the github repository soon. |
I found the code: this line will cause frame width adjust to 96: (should be 320) please check it. |
Fixed |
This issue still persists. In my case the viewController that has the text field on it is a child view controller and is embedded into another one. In this case, same issue reappears, because in the issue fix, the width of toolbar is taken from the child view controller. Why is this even done this way? Toolbar should be same width as keyboard, regardless of what view controller is presenting it. |
The text was updated successfully, but these errors were encountered: