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.
アクション シートにビューを追加し、UIPickerテキスト フィールド タッチで呼び出しました。アクション シートはピッカー ショーに表示されますが、ピッカーはタッチに適切に応答しません。ピッカーの選択バーのみがタッチに応答します。
UIPicker
これが発生する理由の 1 つは、タブバーの上に表示し、オプションを使用している場合です。
[selectYearOfBirth showInView:(UIView *)] rather use the option [selectYearOfBirth showFromTabBar:(UITabBar *)]
私が正しければ、これはあなたの問題を解決するはずです