sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.88k stars 494 forks source link

Handling action form cell #44

Open DocMacFain opened 6 years ago

DocMacFain commented 6 years ago

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?