Want to create an alarm application, 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.