标签: iphone xcode4 uibutton picker
我需要知道在单击按钮后如何触发选择器对象。所以我需要知道如何做到这一点。
答案 0 :(得分:0)
您是否实施了 UIPickerViewDelegate didSelectRow 委托方法,
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component