Rx를 이용해서 테이블 뷰의 헤더뷰나 푸터뷰를 그려야할 경우가 있을 것이다. 기존에 tableView.rx.items를 이용해서 테이블 뷰를 그렸겠지만 헤더뷰와 푸터뷰, 섹션 등을 사용하려면 RxDataSource를 이용해야한다. 그거에대한 방법을 자세하게는 아니고 정리해보려고한다. RxDataSources를 라이브러리를 추가한다. https://github.com/RxSwiftCommunity/RxDataSources GitHub - RxSwiftCommunity/RxDataSources: UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, UITableView and UICollectionView ..