I have a text box that displays the result, but I do not want it to be available to the user, since I do not want the keyboard to fit. How can I do this in the text?
I believe what you are looking for: UITextField.enabled = NO; or UITextField.hidden = YES;
UITextField.enabled = NO;
UITextField.hidden = YES;
:) Hope this helps!
UITextField.enabled , not UITextField.Hidden , otherwise you will no longer see the text field.
UITextField.enabled
UITextField.Hidden
Source: https://habr.com/ru/post/1303649/More articles:very simple java cms - javaDoes cscope have a search history or a search query stack function? - cMIDP 2.0 issues: $ method undefined for $ type - java-meReturns an array in c - cHow to efficiently search in Subarrays in PHP? - arraysWhat is the best way to use email template in Zend / PHP - phpCurrent usage statistics for iPhone OS (especially 2.x vs 3.x) - iphoneRename several files in BASH - bashList background Element changes to scroll - androidDoes the import have an "irrelevant" dll that has performance limitations? - performanceAll Articles