Search code examples
iphoneobjective-cmpmediapickercontroller

Removing done button in media picker


In my app I am using media picker when I click on a button media picker will appear. After selecting the required song I have to press done button to dismiss that picker view.
Instead of that can I have a any chance to dismiss picker view after selecting song without pressing done button?

Thanks in advance!

enter image description here


Solution

  • Alternative , You can use allowsPickingMultipleItems property. Set it to NO.