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
- arc
- 네트워크 통신
- 카카오뱅크 ios
- GCD
- ios
- Firebase
- Firebase Analytics
- combinecocoa
- swift 5.9
- JSON
- Combine
- Tuist Swift
- swift database
- swift
- RxSwift
- KeyPath
- SwiftUI
- observable
- swift db
- SeSAC
- ribs
- uitableviewdiffabledatasource
- swift 6
- Subject
- ios database
- Swift Tuist
- realm
- xcode
- Subscribe
- Tuist
Archives
- Today
- Total
목록combinecocoa (1)
천원의 개발
Swift Combine을 활용하여 간단하게 tableView를 그려보자
안녕하세요 천원입니다.오늘은 Combine을 사용하면서 RxCocoa의 bind 메서드처럼 간편하게 UITableView를 그릴 수 없을까 고민한 내용을 공유드립니다. 1. RxSwift TableView 그리기let items = Observable.just([ "First Item", "Second Item", "Third Item" ])/// bind 메서드를 활용한 tableView items.bind(to: tableView.rx.items) { (tableView, row, element) in let cell = tableView.dequeueReusableCell(withIdentifier: "C..
iOS&Swift🍎/Combine
2025. 4. 8. 10:49