일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- firebase
- Animation
- 달력
- ar
- Performance
- Concurrency
- stateobject
- state
- WWDC
- environmentobjet
- fullscreencover
- dataflow
- 데이터최적화
- withAnimation
- SwiftUI
- Network
- authentication
- RxSwift
- 네트워크
- ios
- gesture
- UIKit
- combine
- auth
- realitykit
- CS
- GCD
- swift
- arkit
- iphone
Archives
- Today
- Total
목록SectionHeader (1)
XLOG
[UIKit] iOS15 이상 UITableView Section Header Padding 적용
iOS 15 부터 UITableView 섹션 헤더에 기본 패딩이 적용되어 있다. 섹션 헤더 패딩값을 제로로 만들기 func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { if #available(iOS 15.0, *) { UITableView.appearance().sectionHeaderTopPadding = .zero } return true }
카테고리 없음
2023. 1. 30. 23:39