Search code examples
iphonempmediapickercontroller

Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?


Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?

Welcome any comment.

Thanks

KS


Solution

  • You have implement the MPMediaPickerControllerDelegate protocol's mediaPicker:didPickMediaItems: function. I think, you could save the picked data there as you desire.