Notice
Recent Posts
Recent Comments
Link
목록키보드 (1)
아미(아름다운미소)
iOS 키보드 타입
Objective-C,Swift 둘다 해당되는 타입형태입니다. UITextFeild, UITextView등 키보드를 사용하는 뷰에서 사용됩니다. 키보드 타입 종류 typedef enum { UIKeyboardTypeDefault, // 기본적인 키보드 UIKeyboardTypeASCIICapable, // 영문만 표시되는 키보드 UIKeyboardTypeNumbersAndPunctuation, // 숫자와 특수문자가 표시되는 키보드 UIKeyboardTypeURL, // URL을 입력할 수 있도록 .과 / 그리고 .com이 키보드 영역에 표시되는 키보드 UIKeyboardTypeNumberPad, // 숫자를 입력하는 키패드 형식의 키보드 UIKeyboardTypePhonePad, // 전화 번호를 입력..
랭귀지/SWIFT
2018. 2. 26. 09:37