NSIndexPath *ip = [NSIndexPath indexPathForRow:0inSection:0];
[titleTableViewselectRowAtIndexPath:ip animated:YESscrollPosition:UITableViewScrollPositionTop];
NSIndexPath *ip = [NSIndexPath indexPathForRow:0inSection:0];
[titleTableViewselectRowAtIndexPath:ip animated:YESscrollPosition:UITableViewScrollPositionTop];
转载于:https://www.cnblogs.com/lihaibo-Leao/p/3284729.html