Reputation: 347
I want to enable the next button of keyboard programmatically, when my next object is of UITableview
Thanks
Upvotes: 0
Views: 2375
Reputation: 16
Go to storyboard and set the return key.
or you can set by
textField.returnKeyType = UIReturnKeyType.Next
Upvotes: 0