Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql
- dataSource
- bash
- beanCreationException
- Query
- 단축키
- 실행
- api19
- sqlSession
- color
- 아이튠즈
- command not found
- IPA
- Exception
- UITextField
- KVO
- googlemap
- delete button
- Detect
- backspace
- NoClassDefFoundError
- itunes
- mybatis
- 삭제
- Drawer
- KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED
- Cluster
- 색상 변경
- DELETE
- 삭제버튼
Archives
- Today
- Total
목록UITextField (1)
BlueAroma
UITextField - 키보드에서 삭제 버튼 클릭 여부 인식하기
UITextField 를 카테고리 한 후 Private한 함수를 하나 override 함. ( 앱스토어 검수에서 문제가 생기지 않았다고 함 ) UITextField+delete.h @interface UITextField(delete) @end UITextField+delete.m @implementation UITextField(delete) - (BOOL)keyboardInputShouldDelete:(UITextField *)textField { NSInteger location = [textField text].length - 1; if ([self.delegate respondsToSelector:@selector(textField:shouldChangeCharactersInRange:repla..
내맘대로 프로그래밍/iOS
2017. 9. 7. 13:15