iOS 입력 한글 글자수 제한
UITextFiled나 UITextView에서 입력 글자 제한을 해야되는 경우가 있다. UITextFieldDelegate의 shouldChangeCharactersIn 메서드를 이용해서 아래와 같이 사용하는게 보통의 경우이다.기존 textField의 텍스트와 새로 입력 받은 string을 합쳐서 길이를 제한하는 코드이다. func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { guard let text = textField.text as NSString? else {return false} let newString = text.repl..
iOS/UITextField
2017. 8. 4. 14:16
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 인증 키
- WebSiteDataStore
- mutable-content
- NotificationCenter
- httpCookieStore
- wkwebview
- UITextFieldDelegate
- 리치 푸시
- Create a New Key
- AppIcon
- UNUserNotificationCenterDelegate
- whose view is not in the window hierarchy
- Easy APNs Provider
- 앱 아이콘
- UITextFiled
- shouldChangeCharactersIn
- presentedViewController
- setAlternateIconName
- ios
- UITextFieldTextDidChange
- swift3
- appDelegate
- 이미지 푸시
- UIApplication
- UNUserNotificationCenter
- apns
- Notification Service Extension
- iOS10
- swift
- iOS Keys
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함