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
- rxswift
- combine
- 클린 코드
- UICollectionView
- Human interface guide
- RxCocoa
- Clean Code
- collectionview
- Observable
- 애니메이션
- 리펙토링
- Refactoring
- swiftUI
- clean architecture
- map
- 리팩토링
- Xcode
- tableView
- uiscrollview
- swift documentation
- HIG
- ios
- Protocol
- uitableview
- 리펙터링
- ribs
- UITextView
- MVVM
- 스위프트
- SWIFT
Archives
- Today
- Total
목록scrollIndicatorInsets (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITextView의 구조 (contentInset, textContainerInset, scrollIndicatorInsets)
UITextView 위 사진처럼 UITextView는 내부적으로 textInputView를 가지고 있는 형태 textInputView를 감싸고 있는 프로퍼티는 textContainer이므로, textInputView 내부의 inset을 조절하고 싶은 경우에는 `textContainerInset` 프로퍼티를 사용 UITextView는 UIScrollView를 상속받고 있으므로, scroll 속성도 갖고있는 상태 UIScrollView에서의 내부 컨텐츠는 textInputView이고, 프레임은 UITextView의 레이아웃에 따름 contentInset, textContainerInset, scrollIndicatorInsets UITextView에서는 내부적으로 textInputView와 UIScrollV..
iOS 응용 (swift)
2022. 2. 18. 02:01