0

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

Thanks

Nisha Nair
  • 327
  • 1
  • 5
  • 17
  • Possible duplicate of [Toolbar with "Previous" and "Next" for Keyboard inputAccessoryView](http://stackoverflow.com/questions/14148276/toolbar-with-previous-and-next-for-keyboard-inputaccessoryview) – shallowThought Jan 16 '17 at 12:18

1 Answers1

0

Go to storyboard and set the return key.

or you can set by

   textField.returnKeyType = UIReturnKeyType.Next
Jyoti
  • 16
  • 3