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
Related Q & A:
- How to create a calendar in iOS?Best solution by Stack Overflow
- How to install a cd player in 93 ford taurus?Best solution by Yahoo! Answers
- How to make a video player?Best solution by Stack Overflow
- How do you create a music page on Myspace?Best solution by Yahoo! Answers
- How to create a music festival?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.