How can i read music(sound) from music library(sound library)?(like apps that read music from music library for set alarm for alarm clock)
Asked
Active
Viewed 1,586 times
1 Answers
1
there is very good example in the sample code how to reach media library
http://developer.apple.com/library/ios/#samplecode/AddMusic/Introduction/Intro.html

Vanya
- 4,973
- 5
- 32
- 57
-
add 'window.rootViewController = mainViewController;' in applicationDidFinishLaunching to be able to compile – codrut Aug 09 '16 at 11:26