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

TPKeyboardAvoiding doesnt work if its viewcontroller is added as childviewcontroller #252

Open
Mehul18292 opened this issue Sep 5, 2017 · 1 comment

Comments

@Mehul18292
Copy link

I have 2 viewcontrollers, let say viewController1 and viewController2. Now i have uitableview inside viewController2 having textfields in cells. I changed type of uitableview to TPKeyboardAvoidingTableView.

Now if i present viewControleller2 directly, then everything working fine. But when i add viewController2 into viewController1 as childViewController, It stops working.

How can i handle this situation. Any suggestions please

@freemansion
Copy link

Not sure about TPKeyboardAvoidingTableView, but I have child view controller with TPKeyboardAvoidingCollectionView and it works fine.

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

No branches or pull requests

2 participants