I could make the keyboard work, but in a UITextView, but some like the new line key is not displayed.
Please help me
thanks
Set keyboard type (UIKeyboardType) and (UIReturnKeyTYpe) returnKeyType Parameters are described here.
http://developer.apple.com/iPhone/library/documentation/UIKit/Reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/occ/intf/UITextInputTraits
if you are building code.
If you are using IB, just go to the first inspector panel and set TextInputTraits
Source: https://habr.com/ru/post/1717287/More articles:Why is this memory leak line? - memory-leaksCan someone explain the math how this cubic rotating script works? - language-agnosticReturns the number of affected rows from MERGE using cx_oracle - pythonDesigner forms for dummies - c #hosting - performanceHow to set the color of horizontal lines between lines in gridview asp.net? - cssHow can I combine my UIView and my EAGLView? - iphonePython: copy.deepcopy creates an error - pythonhide password in string - stringWhy is my request so slow? Trying to find null fields in left join in mysql - sqlAll Articles