0
我已經採取了一個數組的索引在tableview中顯示,我想玩didSelectRowAtIndexpath
這是索引相同。我怎樣才能比較索引iPhone
MPMediaItem *item = [arrAnand objectAtIndex:3];
NSURL *url = [item valueForProperty:MPMediaItemPropertyAssetURL];
AVPlayerItem *playerItem = [[AVPlayerItem alloc] initWithURL:url];
player2 = [[AVPlayer alloc] initWithPlayerItem:playerItem];
[player2 play];
在這裏,我有3趟..但我需要的是比賽選擇在沒有選擇行
幫助索引!