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