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.
アプリのシステム設定にタイム ピッカーを追加する必要があります。それは可能ですか? UITextField はありますが、UITextField のタイム ピッカーを持つプロパティはありません。
テキストフィールドの編集を開始するためUIPickerViewのピッカーを表示 する必要がありますUITextFieldDelegates
UIPickerView
UITextFieldDelegates
テキストフィールドをクリックすると
編集 : plist で管理される設定ページの場合。アップルは設定ページでそれほど幅広いサポートを提供していないため、これを行うことは不可能です。設定ページとしてアプリケーション自体に設定を追加し、これをすべて実行します。