uitableview scrollToRowAtIndexPath 动画速度/时间控制

[UIView animateWithDuration:2 animations:^{

      [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForItem:20 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:NO];

    }

  ];

你可能感兴趣的:(uitableview scrollToRowAtIndexPath 动画速度/时间控制)