views:

109

answers:

0

After realizing that my question was somewhat vague and to business like. I am reposting with further detail as to what my app does and what I am using.

I have an app which is how to draw a comic book /manual. I’m using a webview to load an Html page into the main view. On top of the main view I have a UIBar with 2 buttons, one for table of contents and one for notes.

The table of contents is loaded in to a ViewController, which loads a tableView, which has a path to a plist. For the plist I used NSDictionary. For the notes button I used another view with two textviews one which is editable where the user can put their notes in and the other which is not editable where the copied text/image is automatically pasted. I set up the auto paste when copy is selected on the highlighted line of text/image. The line of text/image is automatically pasted into an empty textview and saved.

What I am having an issue with is when the user selects copy and the text/image is copied I would like it if the highlighted text remains and that highlighted text is linked back to the note which was made. Does anyone know if it is possible and what I would have to do /implement to make this happen.

Once again I hope I was not too vague and I appreciate any and all help Thank you Chris