Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presenters requiring Views instead of ViewModels #94

Closed
awesominat opened this issue Nov 24, 2023 · 2 comments
Closed

Presenters requiring Views instead of ViewModels #94

awesominat opened this issue Nov 24, 2023 · 2 comments
Assignees

Comments

@awesominat
Copy link
Owner

see #92

tl:dr I originally misspelled _ViewModel and wrote _View (auto completion).

if you were to pass any controller through to the View, you'd need to first create the Interactor, but you can't create the interaction without the presenter, but you can't create the presenter without the View, but you can't create the View without the controller, but you can't ...

@quiz3
Copy link
Collaborator

quiz3 commented Nov 25, 2023

I double-checked the use cases I am involved in, Dashboard and GetNews, and the presenters use view models not views, which is what they are supposed to do.

@awesominat
Copy link
Owner Author

I have checked and this issue no longer happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants