将 iTunes 中的图像同步到 iPhone 模拟器
我想知道如何将 iTunes 中的图像同步到 iPhone 模拟器。
I want to know how to sync images from iTunes to the iPhone simulator.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想知道如何将 iTunes 中的图像同步到 iPhone 模拟器。
I want to know how to sync images from iTunes to the iPhone simulator.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
这对我的 iOS4 有效:在模拟器上,单击“主页”,然后单击“照片”图标。将图像从 Mac 拖到模拟器屏幕上。然后按照上面的说明操作:按住鼠标单击图像,直到弹出窗口出现。选择保存图像。通过单击返回照片(在模拟器上)并检查(新)相册“保存的照片”进行验证。
This worked for me with iOS4: at the simulator, click home, then click the Photos icon. Drag the image from your Mac onto the simulator screen. Then follow the instructions above: hold down the mouse click on the image until the popover comes up. Choose Save image. Verify by clicking back to Photos (on the simulator) and inspecting (the new) album "Saved Photos."
我花了一段时间研究这个问题,现在我的结论是,尽管照片应用程序说:
这实际上可能不是模拟器特定的说明,而是以下形式的通用消息
其中
{DEVICE_NAME}
通过调用[[UIDevice currentDevice] model]
确定。I spent a while looking into this, and my conclusion for now is that although the Photos app says:
it's probably not actually simulator-specific instructions, but a generic message of the form
Where
{DEVICE_NAME}
is determined by calling[[UIDevice currentDevice] model]
.将照片拖到模拟器中。 iPad 模拟器在 Safari 中打开拖入的图像后,按住该图像直到弹出窗口出现。从弹出窗口中选择“保存图像”。这会将图像保存到您的 iPad Simulator 照片库中。
Drag the photo into the simulator. After the iPad Simulator opens the dragged-in image in Safari, press-and-hold the image until the popover comes up. From the popover, choose Save Image. This saves the image to your iPad Simulator photo library.
iPad 模拟器在 Safari 中打开拖入的图像后,按住该图像直到弹出窗口出现。从弹出窗口中选择“保存图像”。这会将图像保存到您的 iPad Simulator 照片库中。
After the iPad Simulator opens the dragged-in image in Safari, press-and-hold the image until the popover comes up. From the popover, choose Save Image. This saves the image to your iPad Simulator photo library.
模拟器
simulator
如果您需要导入的不仅仅是一两张照片,请查看这篇文章 。它描述了一种执行批量导入照片的简单方法。
If you need to import more than just one or two photos then take a look at this article. It describes an easy way to perform a bulk import of photos.
我明白了!您必须将图片“拖”至 ipad 模拟器。
I'VE GOT IT! You must 'drag' the picture to the ipad simulator.
不幸的是,对于定期升级的人来说,据我所知,iOS 4 的 iPhone 模拟器没有相册。上述建议均不适用于它。
Unfortunately for people who regularly upgrade, the iPhone Simulator for iOS 4 does not have a Photo Album as far as I can see. None of the suggestions above works with it.