This class displays song information, such as the title, the author, and the album cover, on the lock screen and in the multitasking bar.
I would like Control Center (via MPNowPlayingInfoCenter) to show the forward 15 seconds / back 15 seconds controls that Apple shows with podcasts, …
ios audio ios7 mpnowplayinginfocenter control-centerI am trying to get MPNowPlayingInfoCenter to work properly when pausing playback. (I have a streaming music app that uses …
ios avplayer airplay mpnowplayinginfocenterI have an iOS app that streams background audio using AVAudioSession. It is working correctly, but I am curious, is …
ios objective-c swift avaudiosession mpnowplayinginfocenterI have a method that changes the audio track played by my app's AVPlayer and also sets MPNowPlayingInfoCenter.defaultCenter().nowPlayingInfo …
ios swift mpnowplayinginfocenterI'm making an iOS app using Swift 3 in which displaying information about the currently playing item on the lock screen …
ios swift swift3 mpnowplayinginfocenterApple has deprecated init(image:) method in MPMediaItemArtwork in iOS 10. What is the new alternative. the class shows interface shows …
ios swift ios10 mpnowplayinginfocenter