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

UI/UX suggestion. #21

Closed
EvgenyKarkan opened this issue Jan 27, 2014 · 13 comments
Closed

UI/UX suggestion. #21

EvgenyKarkan opened this issue Jan 27, 2014 · 13 comments
Assignees

Comments

@EvgenyKarkan
Copy link

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!

@hackiftekhar
Copy link
Owner

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
Iftekhar

@hackiftekhar
Copy link
Owner

hackiftekhar commented Sep 16, 2014

Added support to not hiding navigation bar. For more info see readme.md.

@EvgenyKarkan
Copy link
Author

Cool.

@hackiftekhar hackiftekhar self-assigned this Jan 7, 2015
@devkiang
Copy link

devkiang commented May 4, 2016

cool!

@Premal-Khetani
Copy link

I am getting still this issue in ios 10

@hackiftekhar
Copy link
Owner

@Premal-Khetani Have you tried navigation bar trick mentioned in manual management guide?

@Premal-Khetani
Copy link

@hackiftekhar yes i tried it with adding uiscrollview as a class but still not working

@hackiftekhar
Copy link
Owner

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.

@Premal-Khetani
Copy link

@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. :(

@hackiftekhar
Copy link
Owner

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.

@Premal-Khetani
Copy link

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 :(

@hackiftekhar
Copy link
Owner

Not sure because I didn't get any issues at my end with iOS10 updates.

@Premal-Khetani
Copy link

ok let me find out the exact point for that :(

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

4 participants