UPDATE: cut / copy / paste is disabled in my application.
I got confused with my iOS application when developing for iPhone devices. A flow similar to the code below
[self navigationController] pushViewController:chooseDeviceView animated:YES]; [chooseDeviceView release]; [numberTextField setText:@""];
Changes are seen and things "work correctly." The problem is that after this, my application does not have the cut / copy / paste function.
I donβt know how to start debugging the problem. Does he allow someone to call?
source share