sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling action form cell

DocMacFain opened this issue · comments

Hello,

Thank you for this project. It was very helpful for me.
I have one question, hope you can help me. Can you explain how do you see solution of task with handling some action from unique cell. An example: we have tableView with some sections like profile, counters, account's actions, like send message or send friend request. There are unique cells. How to handle send message/friend request actions in controller's viewModel from unique cell?