Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 UITableView,它显示设备视频库中的所有视频和电影。有没有办法让我在 iphone/ipad 模拟器中测试结果?
因为模拟器中没有视频库,所以我看不到它是否有效。
任何帮助将不胜感激,谢谢
要拍摄照片、视频并从照片库中选择图像,UIImagePickerController将对您有所帮助。
UIImagePickerController
参考: UIImagePickerController
要拍照和录像,UIImagePickerControllerCameraCaptureMode必须正确设置。
UIImagePickerControllerCameraCaptureMode
还sourceType需要根据我们的需要进行设置。见UIImagePickerControllerSourceType。
sourceType
UIImagePickerControllerSourceType
并阅读此官方文档。
要在模拟器上进行测试,您需要在模拟器上播放一些视频。以下链接可以帮助您在模拟器上播放视频:
在模拟器上插入视频