In my iPhone app, I have many ASCII arts which I need to insert into the database.
I am using the simulator and pasting the textpic in the textview to insert the ASCII art to database.
Here the clipboard of simulator once pastes the art properly but when I copy another art then too it pastes the previous art into textview.
How to solve this problem? Is there a work around for this or any better approach?
Got the solution:
From iPhone Simulator menu.
Third option: Restore Content and Settings.
You will lose all the apps installed in the simulator along with the settings.
Got this working for me.