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.
キーボードを動作させることはできましたが、UITextView で行うことができましたが、改行キーが表示されません。
私を助けてください
ありがとう
(UIKeyboardType)keyboardType と (UIReturnKeyTYPE) returnKeyType を設定します。オプションはここに記載されています。
http://developer.apple.com/iPhone/library/documentation/UIKit/Reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/occ/intf/UITextInputTraits
コードで構築している場合。
IB を使用している場合は、最初のインスペクター パネルに移動し、TextInputTraits を設定します。