hikaruna
hikaruna
I think, If it is single section table, Developers do not need to manage sections. I want to manage only itemsArray.
Thank you. I learned a lot. I was able to combine the information of the two people. ``` class TableViewController: UITableViewController { var items: Variable = Variable([]) override func viewDidLoad()...
Thank you. By referring to your comment, I simply applied it like this. ``` typealias RxTableViewAnimatedDataSource = RxTableViewSectionedAnimatedDataSource typealias AnimatableRowsModel = [AnimatableSectionModel] extension AnimatableRowsModel where Element: AnimatableSectionModelType { static func...