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.
配列の値で dataPicker を初期化しました。ランタイムでは、dataPicker は最初に配列 ( array[0]) の最初の値の値を表示します。たとえば、最初の値が の値になるようにしますarray[4]。どうすればいいですか????
array[0]
array[4]
読み込んだ後、必要な行を選択してください...
int theRowIWant = 4; [picker selectRow:theRowIWant inComponent:0 animated:YES];
Apple ドキュメント