0

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

iHeart 电台直播图标。

iHeart Radio LIVE 图标 2。

4

1 回答 1

5

Swift 3 ...属性在 MPNowPlayingInfoCenter.h

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

于 2017-08-25T21:06:31.053 回答