I know, Inside the tableview (UITableview Controller) if we use the text field it is automatically scrolling when the keypad display. Objective-c also working fine. But Swift it is not scrolling. When I select the textfield keypad is overlap the textfield. What is the solution for this problem?
Asked
Active
Viewed 629 times
0
-
Sometimes if you just start typing the OS will automatically scroll for you. Have you tried that? – Arc676 Oct 10 '15 at 05:48
-
Yes. I tried. I tried iPhone and iPad. Not working @Arc676 – Puvanarajan Oct 10 '15 at 05:50
-
Yes. I am using TableviewController with static cell. When I try the Objective-c it is working. @EICaptain – Puvanarajan Oct 10 '15 at 05:55
-
this answers your question : http://stackoverflow.com/questions/26070242/move-view-with-keyboard-using-swift – DeyaEldeen Jan 24 '16 at 19:54