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
In swift 3.1
DispatchQueue.main.async(execute: { self.TableView.reloadData() self.TableView.contentOffset = .zero })