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

The header moves strangely when showing/hiding keyboard #5

Closed
yoonchulkoh opened this issue Oct 23, 2017 · 2 comments
Closed

The header moves strangely when showing/hiding keyboard #5

yoonchulkoh opened this issue Oct 23, 2017 · 2 comments
Labels

Comments

@yoonchulkoh
Copy link

Hardware / Software

I'm trying latest TORoundedTableViewExample.
I'm using iOS 10.3.1 simulator.

Goals

I want to implement a setting screen like iOS.
And I want to enter text in a cell.

Expected Results

The header and footer do not move even if showing/hiding keyboard.

Actual Results

gif

Steps to Reproduce

Add textField to cell.
And showing/hiding keyboard.

@TimOliver
Copy link
Owner

Thanks for the bug report! Hmmm. I'm not sure what is causing that. It looks like the layout code of the table view is getting caught in the animation block of the keyboard. layoutSubviews must be getting called automatically.

I'd have to have a long play with it in order to fix it. I'm not sure if I'll ever have the time.

@TimOliver TimOliver added the bug label Mar 17, 2019
@TimOliver
Copy link
Owner

Uhh, so I tested this just now, and it doesn't seem to be occurring in iOS 12, or iOS 13. HOPEFULLY some combination of iOS updates has fixed it.

I'm going to close it off. If you see this again, please attach a sample app for me to try. :D

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

No branches or pull requests

2 participants