如何在 UIImagePickerController 上达到 videoMaxiumDuration 属性 后自定义 UIAlert 消息
How to customize UIAlert Message after reach videoMaxiumDuration property on UIImagePickerController
设置videoMaximumDuration属性后,如何自定义UIAlert消息?
我认为,您不能在 UIImagePickerController 中执行此操作。
来自文档:
To perform fully-customized image or movie capture, instead use the AV
Foundation framework as described in Media Capture and Access to
Camera.
您需要为此创建自定义 UI 我在 [Change text of UIAlertView when recording a video with UIImagePickerController and reaching the videoMaximumDuration
上找到了这个答案
设置videoMaximumDuration属性后,如何自定义UIAlert消息?
我认为,您不能在 UIImagePickerController 中执行此操作。
来自文档:
To perform fully-customized image or movie capture, instead use the AV Foundation framework as described in Media Capture and Access to Camera.
您需要为此创建自定义 UI 我在 [Change text of UIAlertView when recording a video with UIImagePickerController and reaching the videoMaximumDuration
上找到了这个答案