Sync image from iTunes to the iPhone simulator

前端 未结 8 1537
面向向阳花
面向向阳花 2021-02-04 15:16

I want to know how to sync images from iTunes to the iPhone simulator.

8条回答
  •  长情又很酷
    2021-02-04 15:31

    I spent a while looking into this, and my conclusion for now is that although the Photos app says:

    "You can sync photos and videos onto your iPad Simulator using iTunes."

    it's probably not actually simulator-specific instructions, but a generic message of the form

    "You can sync photos and videos onto your {DEVICE_NAME} using iTunes."

    Where {DEVICE_NAME} is determined by calling [[UIDevice currentDevice] model].

提交回复
热议问题