[pickerView reloadAllComponents];
但我的问题是我需要重置所选行,我希望所选行返回到索引0,此时它保持与调用reloadAllComponents函数之前相同的索引
有人可以帮忙吗?
[pickerView selectRow:0 inComponent:0 animated:YES];
应该这样做