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 | 31 |
Tags
- clean architecture
- UITextView
- 애니메이션
- HIG
- collectionview
- Observable
- UICollectionView
- RxCocoa
- 스위프트
- map
- combine
- swiftUI
- ribs
- Refactoring
- Xcode
- ios
- MVVM
- 리펙토링
- tableView
- swift documentation
- 리펙터링
- uitableview
- rxswift
- Human interface guide
- Protocol
- uiscrollview
- 리팩토링
- SWIFT
- Clean Code
- 클린 코드
Archives
- Today
- Total
목록rightView (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