Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
单击按钮后,我需要知道如何触发选择器对象。所以我需要知道如何做到这一点。
你有没有实现UIPickerViewDelegate didSelectRow委托方法,
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component