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

In landscape navigation bar can overlap status bar #24

Closed
ptclarke opened this issue Feb 11, 2014 · 7 comments
Closed

In landscape navigation bar can overlap status bar #24

ptclarke opened this issue Feb 11, 2014 · 7 comments
Assignees

Comments

@ptclarke
Copy link

IQKeyboard manager is working very well however have one small problem in landscape where navigation bar is pushed up and overlaps status bar. Please advise any suggestion for preventing this.
ios simulator screen shot 12 feb 2014 7 15 44 am

@hackiftekhar
Copy link
Owner

It is not a bug, It is the functionality I implemented. If I do not move the navigation bar to top then the textfield/textview will hide by the keyboard. That's why I used the available screen space for textView.

@ptclarke
Copy link
Author

Thanks, I realise it is not a bug, your keyboard manager works very well.
However I have an app that needs the navigation bar to always be displayed.
In the case in point the nav bar is being pushed up over the status bar and
the full 5 lines of the text view and another table view cell below it are
in view. Would like an option in IQKeyboard to preserve the status bar and
nav bar, if you can advise if it is achievable, thank you.

On 12 February 2014 16:16, Mohd Iftekhar Qurashi
notifications@github.comwrote:

It is not a bug, It is the functionality I implemented. If I do not move
the navigation bar to top then the textfield/textview will hide by the
keyboard. That's why I used the available screen space for textView.

Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-34841024
.

@hackiftekhar
Copy link
Owner

Added support to not moving navigationBar. For more info see readme.md

@zhiyongXu
Copy link

I copy the code in the readme.md ,but it doesn't work . Do you know the reason ?

@hackiftekhar
Copy link
Owner

I don't know the reason. Did you checked the demo project? It is working there.

@zhiyongXu
Copy link

Thanks. I will check carefully.

@zhiyongXu
Copy link

The problem has been saved after I update the verson in my project. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants