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 |
Tags
- Xcode
- 클린 코드
- Protocol
- ios
- 리펙토링
- MVVM
- ribs
- Human interface guide
- 스위프트
- 리팩토링
- uitableview
- combine
- 리펙터링
- UITextView
- clean architecture
- tableView
- Clean Code
- swiftUI
- Observable
- rxswift
- map
- RxCocoa
- swift documentation
- Refactoring
- UICollectionView
- uiscrollview
- SWIFT
- collectionview
- 애니메이션
- HIG
Archives
- Today
- Total
목록SearchTextField (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UI 컴포넌트 - 검색창 TextField (SearchTextField)
UI 포인트 leftView, rightView padding 설정 eftViewRect 설정, rightViewRect 설정 textRect(bounds:): 입력중이 아닌 resignFirstResponder 상태일 경우의 입력된 text 위치 editingRect(bounds:): 입력중의 텍스트 위치 placeholderRect(bounds:): placeholder의 위치 delegate를 통해 특정 타이밍에 leftView, rightView 사라지게 하는 방법 textFieldDidBeginEditing(:): 포커스를 얻은 경우 textFieldDidEndEditing(:): 포커스를 잃은 경우 textField(:shouldChangeCharactersIn:replacementString..
UI 컴포넌트 (swift)
2021. 7. 17. 01:17