You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: