Change text of UIAlertView when recording a video with UIImagePickerController and reaching the videoMaximumDuration
- by aimak
I'd want to know how to change to text of the UIAlertView appearing when I record a video with a UIImagePickerController and I reach the videoMaximumDuration.
If it is not possible to change the text of that UIAlertView, is it at least possible to display it in another language ?
Edit : the default text is "The maximum length for this video has been reached" with title "Video Recording Stopped".
Thank you,
aimak