RxDataSources
RxDataSources copied to clipboard
TableView with segment controller
I have a tableview with sections, and a segment controller. I want to show different data from different source on every segment. How should I do this? Is it possible whit this solution?
Yes, it's possible. I found that in SwiftHub repo's khoren93 Check it: https://github.com/khoren93/SwiftHub Hope its help you.