问题描述
在我的iPhone应用程序中,我需要将许多ASCII艺术插入到数据库中.
In my iPhone app, I have many ASCII arts which I need to insert into the database.
我正在使用模拟器,并将textpic粘贴到textview中,以将ASCII艺术作品插入数据库.
I am using the simulator and pasting the textpic in the textview to insert the ASCII art to database.
在这里,模拟器的剪贴板曾经正确地粘贴了艺术作品,但是当我复制另一幅艺术作品时,它也将先前的艺术作品粘贴到了textview中.
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?
推荐答案
解决方案:
从"iPhone模拟器"菜单中.
From iPhone Simulator menu.
第三个选项:还原内容和设置.
Third option: Restore Content and Settings.
您将丢失模拟器中安装的所有应用以及设置.
You will lose all the apps installed in the simulator along with the settings.
这对我有用.
这篇关于从Mac OS X复制不会复制到iPhone模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!