hackiftekhar/IQKeyboardManager

In landscape navigation bar can overlap status bar

ptclarke opened this issue · 7 comments

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

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.

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
.

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

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

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

Thanks. I will check carefully.

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