码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-04-22 23:33:47      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

//设置播放列表

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

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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!