Am developing a application which is only selecting video form local photo library and sending it to the server. Here am fixed videoMaximumDuration as 1min..(bcoz am restricting user to choose video less than 1min).
when user choosing more than 1min video in uiimagepickerviewcontroller a text is appearing that 'Video Too Long to Send - Please select similar form video' Here while this text is appearing i want to disable or hide the 'Choose' button which is there in bottom of uiimagepickercontroller.
HOW to hide that choose button or disable in imagepickercontroller.
Thanks