Nisha Nair
Nisha Nair

Reputation: 347

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

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

Thanks

Upvotes: 0

Views: 2375

Answers (1)

Jyoti
Jyoti

Reputation: 16

Go to storyboard and set the return key.

or you can set by

   textField.returnKeyType = UIReturnKeyType.Next

Upvotes: 0

Related Questions