I use a UIImagePickerController
to take movies. The length of a movie is limited by setting the videoMaximumDuration
property of the controller.
When one tries to take a longer movie, an alert is shown, as expected.
However an unexpected additional alert entitled VIDEO_TOO_LONG_TITLE is shown directly above the controls (see image below).
Apparently this is an iOS bug (only partly localized, no clip has been selected).
Is it possible to hide this unnecessary and inappropriate alert?
I know the question is quite old, but here's a solution to the problem that is still not addressed by Apple.