//让列表自动滚动到正在播放的cell上

//设置播放列表

[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:self.indexPath inSection:0] animated:YES scrollPosition:UITableViewScrollPositionMiddle];

原文地址:https://www.cnblogs.com/ios988/p/5423104.html