How to enable the next or previous button of keyboard in swift?

2.3k Views Asked by At

I want to enable the next button of keyboard programmatically, when my next object is of UITableview

Thanks

1

There are 1 best solutions below

0
On

Go to storyboard and set the return key.

or you can set by

   textField.returnKeyType = UIReturnKeyType.Next