NSIndexPath *scrollIndexPath = [NSIndexPath indexPathForRow:9 inSection:0];
[[self MainTable]scrollToRowAtIndexPath:scrollIndexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
NSIndexPath *scrollIndexPath = [NSIndexPath indexPathForRow:9 inSection:0];
[[self MainTable]scrollToRowAtIndexPath:scrollIndexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
本文标题:ios 如何将tableviewcell定位到某一行
本文链接:https://www.haomeiwen.com/subject/hpjilttx.html
网友评论