Reputation: 1
I want to create an app that lets me go to the iOS music app, like a sub view controller but I'm not sure how I can do that. Can any of you tell me what I can do? I also want to learn how to trigger a playlist on a specific time.
Upvotes: 0
Views: 176
Reputation: 416
Have you already read the documentation and tutorials of Apple ?
https://developer.apple.com/technologies/ios/audio-and-video.html
You can read the iPod Library
Upvotes: 0
Reputation: 73936
You cannot present the iOS Music app within another app in iOS. You'll need to review iPod Library Access Programming Guide and build the functionality yourself.
Upvotes: 2