0

Is it possible to scroll to a particular uitableview row using scrollToRow(at: , at: , animated:) if that uitableview row is not loaded yet. If yes then how can I achieve this. If no then is there any workaround.

Prajit
  • 13
  • 5

1 Answers1

0

after table data loaded, call tableView.scrollToRow(at:, at: , animated:) and reload the table view