【发布时间】:2011-06-01 11:47:10
【问题描述】:
我需要知道单击按钮后如何触发选择器对象。所以我需要知道如何做到这一点。
【问题讨论】:
标签: iphone xcode4 uibutton picker
我需要知道单击按钮后如何触发选择器对象。所以我需要知道如何做到这一点。
【问题讨论】:
标签: iphone xcode4 uibutton picker
你是否实现了 UIPickerViewDelegate didSelectRow 委托方法,
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component
【讨论】: