custom Copy Responder in iphone
Posted
by sagar
on Stack Overflow
See other posts from Stack Overflow
or by sagar
Published on 2010-05-21T08:58:08Z
Indexed on
2010/05/21
11:10 UTC
Read the original article
Hit count: 410
Hello !
I have a webview in my application. I want to handle when user copies something from web view, my custom method - should be triggered. I have tried following.
I have placed following method in myViewCtr.m file
-(void)copy:(id)sender{
NSLog(@"hi ! Hello ");
}
But nothing working - What should I do to implement the same ?
Thanks in advance for sharing your great knowledge.
Sagar
© Stack Overflow or respective owner