NSIndexPath *indexPath = [NSIndexPath indexPathWithIndex:((CircleAnnotationView *)view).type];
[self.av.hotTableView scrollToRowAtIndexPath:indexPath atScrollPosition:(UITableViewScrollPositionTop) animated:YES];
NSIndexPath *indexPath = [NSIndexPath indexPathWithIndex:((CircleAnnotationView *)view).type];
[self.av.hotTableView scrollToRowAtIndexPath:indexPath atScrollPosition:(UITableViewScrollPositionTop) animated:YES];
本文标题:33.让UITableView自动滑动(定位)到某一行cell
本文链接:https://www.haomeiwen.com/subject/wnzfmktx.html
网友评论