UIKeyboardTypeNumberPad - Показать просто numbes на iPad?

UIKeyboardTypeNumberPad не отображает цифровую клавиатуру на iPad. Вместо этого это показывает клавиатуру UIKeyboardTypeNumbersAndPunctuation.

Есть ли что-то, что я пропускаю, или это было удалено из iPad ОС?

Спасибо за Ваше руководство!

18
задан Justin 16 January 2012 в 20:50
поделиться

1 ответ

Я считаю, что в настоящее время это не поддерживается в iPhoneOS 3.2 на iPad

Процитируем заголовочный файл UITextInputTraits:

//
// UIKeyboardType
//
// Requests that a particular keyboard type be displayed when a text widget
// becomes first responder. 
// Note: Some keyboard/input methods types may not support every variant. 
// In such cases, the input method will make a best effort to find a close 
// match to the requested type (e.g. displaying UIKeyboardTypeNumbersAndPunctuation 
// type if UIKeyboardTypeNumberPad is not supported).
//
14
ответ дан 30 November 2019 в 08:37
поделиться
Другие вопросы по тегам:

Похожие вопросы: