您的位置:首页 > 产品设计 > UI/UE

iOS - iOS UIKeyboardType效果展示

2016-11-22 16:44 796 查看

typedef enum UIKeyboardType : NSInteger {

    UIKeyboardTypeDefault,

    UIKeyboardTypeASCIICapable,

    UIKeyboardTypeNumbersAndPunctuation,

    UIKeyboardTypeURL,

    UIKeyboardTypeNumberPad,

    UIKeyboardTypePhonePad,

    UIKeyboardTypeNamePhonePad,

    UIKeyboardTypeEmailAddress,

    UIKeyboardTypeDecimalPad,

    UIKeyboardTypeTwitter,

    UIKeyboardTypeWebSearch,

    UIKeyboardTypeASCIICapableNumberPad,

    UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable

} UIKeyboardType;


效果

UIKeyboardTypeDefault




UIKeyboardTypeASCIICapable




UIKeyboardTypeNumbersAndPunctuation




UIKeyboardTypeURL




UIKeyboardTypeNumberPad




UIKeyboardTypePhonePad




UIKeyboardTypeNamePhonePad




UIKeyboardTypeEmailAddress




UIKeyboardTypeDecimalPad




UIKeyboardTypeTwitter




UIKeyboardTypeWebSearch




UIKeyboardTypeAlphabet


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息