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.
プログラムでスペースバーをトリガーする必要がある iPad アプリを作成していますが、方法がわかりません。アイデアをいただければ幸いです。
textView.text = [textView.text stringByAppendingString: @" "];
キーボードに直接アクセスする代わりに、とにかくキーボードが編集したテキストを編集するだけです...
myTextView.text = [myTextView.text stringByAppendingString:@"New text to be added"];