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 |
Tags
- uiscrollview
- SWIFT
- Xcode
- 리펙토링
- ribs
- 애니메이션
- 리팩토링
- swift documentation
- 스위프트
- UICollectionView
- map
- scrollview
- UITextView
- tableView
- ios
- Refactoring
- rxswift
- clean architecture
- Clean Code
- 클린 코드
- swiftUI
- collectionview
- Protocol
- HIG
- combine
- MVVM
- RxCocoa
- uitableview
- Human interface guide
- Observable
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