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