I created a text box in Xcode, not Interface Builder. In IB you can choose different types of keyboards. How can you do the same in Xcode?
How about a property keyboardType?
keyboardType
1) In xib, you can change by clicking the keyboard type as below
2) Programmatically, you can set using textField.keyboardType = UIKeyboardTypeNumbersAndPunctuation;
Source: https://habr.com/ru/post/1766469/More articles:How can you visually imagine which threads are blocked for which objects in Java during debugging? - javaunderstanding synchronized in java - javaHow to check classes in a hierarchy in a generic type in a safe way? - inheritanceMath me - 2d video games - mathKohana development cycle - phpHow can I pack a scrapy project using cxfreeze? - pythonJava line breaks - javaОбработка кликов для jQuery AJAX (с PHP) - jqueryInserting nodes into a linked list - javaGIT: является уникальным тегом для фиксации? - gitAll Articles