Open dekablade01 opened 5 years ago
@Dekablade01 It's a bit of confusing state because there are some blogs which state exact same thing which I have followed here. MPV_Blog_1 MVP_Blog_2
To reload data, either we can attach view (view-controller) to the presenter, or we can use delegate. I have followed the delegate pattern.
As I check from architecture I think the one who decide to
fetchSurveys
should be presenter instead of view ? 🤔As my understanding
presenter.fetchSurvey
which breaks the architecture.