I need assistance. I made a UIPickerView that has a UITableview subview. I iterate over the pickerArray to generate data for the table. As one chooses the component the tableArray changes. Everything works fine except the scroll. If you scroll down and then select another component the tableArray changes but the position you chose remains static. So, if you scroll to the middle of the table and then select another component you will be looking at the new table data from the middle as well. I want the table to scroll back to the top of the table and not stay at the middle.
I need assistance. I made a UIPickerView that has a UITableview subview. I iterate
Share
On your table view, call: