How to create music player in iOS?

how to create a music player with playlist in ios

  • I am working on an application which helps to select songs from the media library and create a playlist which could be saved and used later on ... I would appreciate if anyone could direct me on what would the library or framework i would need to be using . or else point me to some tutorials available online . Appreciate the help in advance Thank You

  • Answer:

    There is quite nice example done by Apple https://developer.apple.com/library/ios/#samplecode/AddMusic/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40008845 EDIT1: This example actually creates a playlist and make it playable by picking an item from the list you need to make some adjustments in MainViewController.m - (void) tableView: (UITableView *) tableView didSelectRowAtIndexPath: (NSIndexPath *) indexPath { [self.delegate playItem:[indexPath row]]; [tableView deselectRowAtIndexPath: indexPath animated: YES]; }

alanvabraham at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.