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 を持っています。中央ではなく上からテキストの入力を開始する必要があります。テキストフィールドの高さは 100 です。これを作成する方法。
IBOutlet UITextField*commentTextField; comments=commentTextField.text;
これを使って:
textfield.contentVerticalAlignment = UIControlContentVerticalAlignmentTop;
textView:shouldChangeTextInRange:replacementText:そのチェックで と のメソッドを実装してUITextViewDelegate、置換テキストが であるかどうかを確認してから\n、キーボードを非表示にすることができます。
textView:shouldChangeTextInRange:replacementText:
UITextViewDelegate
\n