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
- MVVM
- UITextView
- Observable
- UICollectionView
- 리펙토링
- swiftUI
- Human interface guide
- 애니메이션
- ios
- 리팩토링
- collectionview
- combine
- Xcode
- swift documentation
- HIG
- RxCocoa
- Clean Code
- 스위프트
- SWIFT
- ribs
- 리펙터링
- Refactoring
- clean architecture
- uiscrollview
- Protocol
- uitableview
- tableView
- rxswift
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] leading과 left, trailing과 right 본문
leading vs left
- leading: 글자가 시작되는 방향
- leading = 0의미 -> 글자가 시작되는 방향에 있는 view와의 간격을 0으로 설정
- 아랍어 같은 경우, 글자는 오른쪽부터 왼쪽으로 읽으므로 적용
- left: 화면 기준으로 왼쪽
trailing vs right
- trailing: 글자가 끝나는 방향
- trailing = 0 의미 -> 글자가 끝나는 방향에 있는 view와의 간격을 0으로 설정
- right: 화면 기준으로 오른쪽
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] 초기화 사용 주의(super.init 호출 타이밍) (0) | 2021.06.18 |
---|---|
[iOS - swift] tableView (테이블뷰), section 사용 방법 (0) | 2021.06.13 |
[iOS - swift] Archive(아카이브), 아카이빙, 언아카이빙, NSCoding (0) | 2021.06.05 |
[iOS - swift] 2. collectionView 구현, custom cell (0) | 2021.06.03 |
[iOS - swift] 1. collectionView 개념 (0) | 2021.06.03 |
Comments