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
- Clean Code
- tableView
- 리팩토링
- clean architecture
- map
- 리펙토링
- MVVM
- Human interface guide
- HIG
- ios
- collectionview
- scrollview
- UITextView
- rxswift
- Xcode
- Protocol
- Observable
- 스위프트
- 애니메이션
- swiftUI
- RxCocoa
- ribs
- combine
- uiscrollview
- 클린 코드
- SWIFT
- uitableview
- UICollectionView
- swift documentation
Archives
- Today
- Total
목록RxTableView (1)
김종권의 iOS 앱 개발 알아가기
* 주의: Section이 한개밖에 없는 경우 해당 방법 사용하고, 만약 Section이 여러개면 RxDataSource 사용 방법 포스팅 글 참고 Cell 준비 // MyCell.swift import UIKit final class MyCell: UITableViewCell { private let label: UILabel = { let label = UILabel() label.font = .systemFont(ofSize: 24) label.textColor = .black return label }() override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { super.init(style: style, reuseId..
RxSwift/RxSwift 응용
2022. 1. 13. 22:04