반응형 uitableview2 RxSwift UITableView (2) - More Section RxSwift UITableView (2) - More SectionRxSwift UITableView 에서 여러 section을 사용하는 방법에 대한 포스팅이다.이전 포스팅에서는 한가지 Tyep의 Cell과 여러가지 Type의 Cell을 RxSwift로 구현했다.2019/07/15 - [iOS/Swift] - RxSwift UITableView (1) - One Section, One Cell, More Cell RxSwift UITableView (1) - One Section, One Cell, More CellRxSwift UITableView (1) - One Section, One Cell, More Cell UITableView관한 포스팅이다. UITableView로 MVVM패턴을 많이 적용.. 2019. 7. 20. RxSwift UITableView (1) - One Section, One Cell, More Cell RxSwift UITableView (1) - One Section, One Cell, More Cell UITableView관한 포스팅이다. UITableView로 MVVM패턴을 많이 적용하는 예제들이 많다. 하지만 이번 포스팅은 MVVM패턴은 1도 사용하지 않았다. UITableView를 어떻게 사용하는 것 부터가 먼저라고 생각한다. 제일 하단에 전체 코드를 복붙 해놓았다. 기본적인 준비코드다. UIViewController를 상속받고 UITableViewDeletgate를 구현하게 된다. UITableViewDataSource는 BehaviorRelay를 구독하여 구현할 것이기 때문에 따로 추가하지 않는다. class SampleTableViewController: UIViewController, .. 2019. 7. 15. 이전 1 다음 반응형