1
我想知道打開Youtube播放列表的方案。計劃在iOS設備上打開YouTube播放列表
我有這樣的代碼:
if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"youtube://playlist?list=PLgrYntDWyYDdHwZney5QoTDFQrphRmYoK"]]]//https://twitter.com/cms24es
) {
}else if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"https://twitter.com/TmrrrsApp"]]]//https://twitter.com/cms24es
) {
}
我知道一個方案打開一個視頻,如果我使用youtube://
,而是打開一個播放列表,而不是我不知道怎麼辦。