-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
UI/UX suggestion. #21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I appretiate your good suggestion. Can it be technically possible because I am adjusting the [topMostViewController view] frame, and usually it is window.rootViewController.view. If It can be, then it is better than current implementation. do you have any suggestions on this? Thanks |
Added support to not hiding navigation bar. For more info see readme.md. |
Cool. |
cool! |
I am getting still this issue in ios 10 |
@Premal-Khetani Have you tried navigation bar trick mentioned in manual management guide? |
@hackiftekhar yes i tried it with adding uiscrollview as a class but still not working |
If you are using Autolayout then make sure your UIScrollView is calculating your contentSize properly or if you are using Autoresizing then make sure to set it's contentSize externally. |
@hackiftekhar i am using Autolayout and i am using tableview to show chatting screen and in the bottom of main view i added uitextview but when i set uiscrollview as main class instead of uiview the functionality doesn't work but when i remove uiscrollview and add uiview then it works but then the navigationbar is goes up. :( |
ahh, if you are trying to implement something like chatting screen then it would be hard for IQKeyboardManager for managing the things. I would suggest to disable IQKeyboardManager for that particular class and write your own logic there. |
oky But the thing is that it was working fine before ios 10 so i am not getting the point why it is not working :( |
Not sure because I didn't get any issues at my end with iOS10 updates. |
ok let me find out the exact point for that :( |
Good and useful library. Thanks!
I think it will be more user-friendly to not to hide navigation bar.
Just make it static and scroll only textfields superview.
Cheers!
The text was updated successfully, but these errors were encountered: