我有一个 UIPickerView,在 UIPickerView 中添加新记录的绿色按钮。我可以添加一条新记录,但它没有出现,因为我无法更改组件中的行数。
如何在 UIPickerView 中添加记录和行?
谢谢!
我的 UIPickerview:
https://docs.google.com/file/d/0B26lA9znN3CUSTdvX21kUF92MzA/edit?usp=sharing
编辑:当我点击绿色按钮时,它会显示一个 UIAlertView TextInput 我在我的 NSMutableArray 中添加一个新值,因此记录数会发生变化。因此,当 ReloadAllComponents 时,他不会在 UIPickerView 中添加额外的行,因为我已经在 numberOfRowsInComponent 方法中设置了一个数量。