How to get selection text from UIWebView?
问题 , Hello, everyone. I'm developing my app which has a feature to post article from website. This is a picture of UIWebview with UIMenuController. It was possible to get event when user tap the button. but I can't find the way to get the text the user selected. In UITextView case, it has 'selectedRange' property, so it is easy to get selection text. UIMenuItem *facebookMenuItem = [[UIMenuItem alloc] initWithTitle:@"Facebook" action:@selector(facebookMenuItemTapped:)]; UIMenuItem