-
Notifications
You must be signed in to change notification settings - Fork 189
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
UITableView Moves Down when UIKeyboard #38
Comments
I've edited my issue. Sorry for bad pictures |
Hi, sorry for the (very) late and incomplete answer, but I've been super busy the last two weeks... And it doesn't seem to change soon. I have detected that the Please let me know if this works for you :) |
Does anyone know of a solution for this? The same behaviour happens with UICollectionView too |
Hi, Please give a try to the solution I suggested above, I think it should do the trick :) Best regards |
Hi, |
Sorry for later corresponding. I have to use some strange code to fix this:
And If I don't drag by myself - don't let set the offset And when Keyboard will show (via |
Yes, it's a little bit weird... Did you try using the header view in a plain |
I never use |
I found solution: declare a TableView class, inherited from UITableView and implement there method
|
Thanks @miserya |
Hello, thanks for this awesome control!
But I have a problem (could be represented in your Example app). If I have an UITextField inside custom subclass of
GSKStretchyHeaderView
. When UITextField becomes first responder - the table view moves down (The initial State isafter I press -
). Thanks in advance.
The text was updated successfully, but these errors were encountered: