When I used UITableViewCell and inside UITableViewCell used UITextField, so how to move UITextField when Keyboard comes up?
Asked
Active
Viewed 93 times
0
-
1you can use IQkeyboardManger for this. – MageNative May 23 '17 at 06:44
-
when you click on the textField it automatically appear above the keyboard because you have taken textfield inside the cell and tableView is subclass of UIScrollView. – Shabbir Ahmad May 23 '17 at 06:46
-
@Jaydip You can try this https://github.com/michaeltyson/TPKeyboardAvoiding – Yogendra Girase May 23 '17 at 06:49
-
check : https://stackoverflow.com/questions/40839366/how-to-solve-keyboard-problems-in-swift-3/42361236#42361236 – Priyal May 23 '17 at 06:58