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
- Refactoring
- RxCocoa
- swiftUI
- 클린 코드
- uitableview
- collectionview
- tableView
- rxswift
- 애니메이션
- 리펙터링
- SWIFT
- 스위프트
- Clean Code
- UICollectionView
- swift documentation
- clean architecture
- UITextView
- ribs
- 리팩토링
- MVVM
- 리펙토링
- Protocol
- uiscrollview
- HIG
- ios
- Human interface guide
- combine
- map
- Observable
- Xcode
Archives
- Today
- Total
목록leftView (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/wUjTa/btq9JOdm7kJ/l8xBjto1oK3HqDplkk2wr1/img.png)
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