Greetings!
Please kindly give me some advice on the following requirement:
- To select a text from a page loaded on a UIWebView
- To trigger the Copy function using another button instead of the standard Copy from the UIMenuController
What I would like achieve is basically the storing of the highlighted/selected text into a persistence. And I thought it can be done by having a button to call a function that does both copying and pasting ~ eventually storing into persistence... all at one button-click.
The two points above is the only part I couldn't get in the overall process of storing I need for my simple app.
Warm regards, oonoo :)