目標 c では、次のようなコードを使用して MPNowPlayingInfoCenter を更新しました。
[[MPNowPlayingInfoCenter defaultCenter] setNowPlayingInfo:
@{ MPMediaItemPropertyArtist : @"Artist!",
MPMediaItemPropertyTitle : @"Title! }];
しかし、Swift では、関数「setNowPlayingInfo」が認識されていないようです。
MPNowPlayingInfoCenter.defaultCenter().... // Can't identify 'setNowPlayingInfo()'
足りないものはありますか?