Avatar
var title: String?って override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell{} の中でどう書けばいいですかね....? var songTitle: String songTitle = mediaItem!.value( forProperty: MPMediaItemPropertyTitle ) as String とか試してるんですけどうまくいかなくて... (edited)