Hi,
I have a table view set up by SCTableViewModel. This table view has SCTextField's, SCTextView's and some other type of cells. What I need to do is, when the user taps a button at the top of the keyboard I want the user to be able to go to the next TextField or TextView to edit them, if possible without ever closing the keyboard. I have tried anything I can think of to do this but I'm not able to. I don't know if there is method for this in the Sensible Coca. I hope there is. Thanks in advance.
These are the methods I'm trying to fill:
- (IBAction) previousAction:(id) sender {
}
- (IBAction) nextAction:(id) sender {
}
Best Regards,
Oguz