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
- bash
- itunes
- Exception
- dataSource
- 삭제
- DELETE
- Drawer
- UITextField
- 색상 변경
- NoClassDefFoundError
- delete button
- 실행
- KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED
- 아이튠즈
- Detect
- Cluster
- 단축키
- Query
- 삭제버튼
- backspace
- command not found
- mybatis
- color
- googlemap
- KVO
- mysql
- IPA
- sqlSession
- api19
- beanCreationException
Archives
- Today
- Total
목록인식 (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