일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ios
- fullscreencover
- environmentobjet
- WWDC
- arkit
- SwiftUI
- Animation
- dataflow
- gesture
- 네트워크
- stateobject
- Performance
- Network
- state
- 데이터최적화
- auth
- combine
- ar
- Concurrency
- 달력
- UIKit
- withAnimation
- GCD
- iphone
- authentication
- CS
- RxSwift
- swift
- realitykit
- firebase
Archives
- Today
- Total
목록UITableView (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