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.enabled = NO;または UITextField.hidden = YES;
UITextField.enabled = NO;
UITextField.hidden = YES;
:)それが役立つことを願っています!
UITextField.enabledそうしないと、テキストフィールドが表示されなくUITextField.Hiddenなります。
UITextField.enabled
UITextField.Hidden