I am trying to get a UITableview to go to the top of the page when I reload the table data when I call the following from
- (void)pickerView:(UIPickerView *)pic
This is working for me.
tableView.scrollToRow(at: IndexPath.init(row: 0, section: 0), at: .top, animated: true)