Hello everyone
Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?
Welcome any comment.
Thanks
KS
Hello everyone
Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?
Welcome any comment.
Thanks
KS
You have implement the MPMediaPickerControllerDelegate protocol's mediaPicker:didPickMediaItems: function. I think, you could save the picked data there as you desire.
No, we cant save picked data as a audio file in local iphone/ipod directory.
Thanks