0

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)

SajjadZare
  • 2,487
  • 4
  • 38
  • 68

1 Answers1

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