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
- Refactoring
- Human interface guide
- UICollectionView
- 리펙토링
- ios
- uiscrollview
- uitableview
- rxswift
- 리펙터링
- tableView
- RxCocoa
- 클린 코드
- Observable
- HIG
- swiftUI
- SWIFT
- 스위프트
- 애니메이션
- Protocol
- UITextView
- map
- MVVM
- Clean Code
- collectionview
- Xcode
- clean architecture
- combine
- ribs
- swift documentation
- 리팩토링
Archives
- Today
- Total
목록isLayoutMarginsRelativeArrangement (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UIStackView에 padding 넣는 방법 (UIStackView Margin, isLayoutMarginsRelativeArrangement, directionalLayoutMargins)
UIStackView의 padding 보통 UIStackView를 사용하면 UIStackView안의 아이템들 spacing은 setCustomSpacing(_:after:) 메소드를 사용하여 구현이 가능 stackView.setCustomSpacing(16, after: label1) 만약 UIStackView에 추가한 아이템들과 UIStackView간의 padding을 아래처럼 주고 싶은 경우? UIStackView에 padding 적용방법 UIStackView의 isLayoutMarginsRelativeArrangement를 true로 설정 이 프로퍼티는 margin을 사용하겠다는 플래그값을 의미 (default가 false이며 false이면 margin적용 x) 해당 옵션은 UIStackView에만..
iOS 응용 (swift)
2023. 9. 12. 01:10