I want to enable the next button of keyboard programmatically, when my next object is of UITableview
Thanks
Go to storyboard and set the return key.
or you can set by
textField.returnKeyType = UIReturnKeyType.Next
Copyright © 2021 Jogjafile Inc.
Go to storyboard and set the return key.
or you can set by