Want to create an alarm appl开发者_如何学JAVAication, that will play a music file at a specific time. How can i get list of songs from iphone's library. I want to show this list in tableview, user can then select a single file that will be played at sepecified time.
Any code sample?
Just use the MPMediaPickerController.
The sample code AddMusic shows how to choose (and add) music in the iPod library.
精彩评论