Change text of UIAlertView when recording a video with UIImagePickerController and reaching the videoMaximumDuration
Posted
by
aimak
on Stack Overflow
See other posts from Stack Overflow
or by aimak
Published on 2012-11-27T16:28:56Z
Indexed on
2012/11/27
17:03 UTC
Read the original article
Hit count: 408
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
© Stack Overflow or respective owner