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
- swift documentation
- 애니메이션
- Xcode
- HIG
- 클린 코드
- Protocol
- Refactoring
- rxswift
- MVVM
- Clean Code
- 리펙터링
- Human interface guide
- 리팩토링
- ios
- swiftUI
- RxCocoa
- map
- clean architecture
- tableView
- Observable
- ribs
- uitableview
- 스위프트
- 리펙토링
- collectionview
- UICollectionView
- combine
- SWIFT
- uiscrollview
- UITextView
Archives
- Today
- Total
목록ITableView의 backgroundView (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableView의 backgroundView 프로퍼티 (#썸네일, 스켈레톤 뷰)
UITableView의 backgroundView 프로퍼티 보통 리스트 형태나 그리드 형태로 데이터를 보여줄 때, 데이터를 불러오기 전에 스켈레톤 뷰 같은것을 보여주어야 하는데 이 때 UITalbeView나 UICollectionView 내부에 있는 backgroundView 프로퍼티를 사용하면 매우 쉽게 적용이 가능 (별도의 뷰 필요 없이 tableView.backgroundView 사용) 이 backgroundView는 tableView의 cell 앞쪽에 위치 ex) tableView에 사용할 cell 정의 final class MyTableViewCell: UITableViewCell { static let id = "MyTableViewCell" private let label = { let la..
iOS 응용 (swift)
2023. 10. 10. 01:17