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
- MVVM
- swift documentation
- swiftUI
- RxCocoa
- ribs
- tableView
- clean architecture
- Clean Code
- Human interface guide
- 리펙토링
- collectionview
- rxswift
- 스위프트
- uiscrollview
- combine
- 리팩토링
- Observable
- UITextView
- map
- SWIFT
- 리펙터링
- Protocol
- ios
- HIG
- Xcode
- uitableview
- 애니메이션
- Refactoring
- UICollectionView
- 클린 코드
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UILabel 문자열 길이 줄이는 스타일 (Line break, Truncate) 본문
iOS 기본 (swift)
[iOS - swift] UILabel 문자열 길이 줄이는 스타일 (Line break, Truncate)
jake-kim 2020. 11. 20. 22:05디폴트 스타일 (Truncate Tail)
* Truncate: 길이를 줄이다
스타일 설정
- Truncate Tail
- Truncate Middle
- Truncate Head
'iOS 기본 (swift)' 카테고리의 다른 글
Comments