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

Animation Issue when navigating between UIViewControllers (v3.2.3) #204

Closed
efremidze opened this issue Apr 22, 2015 · 5 comments
Closed
Labels

Comments

@efremidze
Copy link

In v3.2.3, I'm seeing a weird animation when pushing and popping view controllers. I posted a gif showing the odd animation. I'm not seeing this issue in prior releases.

out

@hackiftekhar
Copy link
Owner

Can you please check it again after commenting 'setNeedsLayout' and 'layoutIfNeeded' from two places in IQKeyboardManager.m

May I know autolayout configuration for views or can you bind-up them in a demo?

@efremidze
Copy link
Author

Works when I comment out setNeedsLayout and layoutIfNeeded.

I'm only using a UIViewController with a UITableView. UITableView matches superview's bounds.

@hackiftekhar
Copy link
Owner

So I think, I should add a property like 'setNeedsLayoutOnUpdate' -> BOOL in 'IQKeyboardManager.h'

@hackiftekhar
Copy link
Owner

In your case, you need to set layoutIfNeededOnUpdate to NO. It defaults to YES, because #160 is a more generic issue.

hackiftekhar added a commit that referenced this issue Apr 24, 2015
@efremidze
Copy link
Author

Thanks @hackiftekhar

hackiftekhar added a commit that referenced this issue Jun 4, 2015
hackiftekhar added a commit that referenced this issue Jul 12, 2016
Former-commit-id: 5cb1868
hackiftekhar added a commit that referenced this issue Jul 12, 2016
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