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