//设置播放列表
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:self.indexPath inSection:0] animated:YES scrollPosition:UITableViewScrollPositionMiddle];
//让列表自动滚动到正在播放的cell上
原文:http://www.cnblogs.com/ios988/p/5423104.html