Swift - 在锁定屏幕/控制中心隐藏URL

时间:2017-06-11 19:14:10

标签: ios swift swift3

我正在尝试隐藏在UIWebView中播放的锁定屏幕/控制中心上的URL。这是我正在采取的一个例子:

enter image description here

如何在swift3中隐藏“http://livestreams.omroep.nl/ ...”这个?

1 个答案:

答案 0 :(得分:1)

您可以使用MPNowPlayingInfoCenter

设置此处显示的信息

MPNowPlayingInfoCenter.defaultCenter().nowPlayingInfo =     
    [MPMediaItemPropertyArtist : "Artist",
     MPMediaItemPropertyTitle  : "Title"]