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 |
Tags
- observable
- 카카오뱅크 ios
- 네트워크 통신
- Tuist Swift
- swift db
- GCD
- swift 6
- Firebase
- ios
- Subject
- SeSAC
- xcode
- Firebase Analytics
- swift
- SwiftUI
- swift database
- RxSwift
- Subscribe
- ios database
- KeyPath
- ribs
- Tuist
- Swift Tuist
- JSON
- Combine
- swift 5.9
- realm
- uitableviewdiffabledatasource
- arc
- combinecocoa
Archives
- Today
- Total
목록separator (1)
천원의 개발

iOS 15부터는 separator를 아래와 같이 cell 개수 만큼만 그려준다 그런데 이런 식으로 미리 그려두고 싶을 때는 어떡할까? 정말 간단하다! (한참.. 찾았지만...) iOS 15부터는 table View에 fillerRowHeight 이라는 프로퍼티가 존재하는데 여기에 tableView에 높이를 넣어주면 끝이다 tableView.fillerRowHeight = 55 Apple Developer Documentation developer.apple.com
iOS&Swift🍎/iOS
2022. 8. 27. 13:25