FortechRomania/ios-mvp-clean-architecture

Passing deleted/added book to the Books Scene

Closed this issue · 2 comments

It's not really an issue.

But, how we should do that without breaking the MVP?

Great work by the way :)

We already pass the added book - you can have a look at AddBookPresenterDelegate.

Something similar could be done for delete as well.

Presenters communicates through delegates. Great TY.