In my application i want to select the video from library by using UIImagePickerController. but when i select the video which has more than duration of 5 minute, my application is crash on ipod. how can i restrict the user to select the video which has duration more than 5 minute. please give me solution of this bug. Thank you.
In my application i want to select the video from library by using UIImagePickerController.
Share
Try this:
Then add validation for the number of seconds you wish..