MPNowPlayingInfoCenter 实时图标

MPNowPlayingInfoCenter Live icon

我正在制作一个广播应用程序,并注意到在 iHeartRadio 应用程序以及 Apple Music 应用程序 (Beats 1) 中似乎有一个直播媒体的直播图标。我想将此实现到我的应用程序中,但不知道该怎么做。我正在使用 Swift 3 和 MPNowPlayingInfoCenter。任何答案都会有所帮助。 (图标在下面的照片中称为 iHeart Radio LIVE 图标。)谢谢!

iHeart Radio LIVE Icon.

iHeart Radio LIVE Icon 2.

Swift 3...属性在MPNowPlayingInfoCenter.h

MPNowPlayingInfoCenter.default().nowPlayingInfo = [MPNowPlayingInfoPropertyIsLiveStream: true]