cocoa touch - How to integrate iOS app with playback controls in lock screen and bottom panel? -
i want use play/stop, next, prev buttons, seeker & show album arts in "standard" ios user interface, many other apps.
what classes should use?
you need mpnowplayinginfocenter
setting current album art.
and can use - (void) remotecontrolreceivedwithevent:(uievent *)event
handeling playback controls. explained in remote control events
a simple search on google have found this.
Comments
Post a Comment