Can we disallow or override Undo/Redo behavior of UITextfield ?

In my application i want to override the default behavior of undo and redo .In ipad , when user presses cmd+c/v , want to trigger some other action instead of default copy/paste . And in case of ipad , i want to trigger diffrent action for three finger touch gesture . Is it possible to do that?

Can we disallow or override Undo/Redo behavior of UITextfield ?
 
 
Q