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

MVVM Refactoring #26

Merged
merged 5 commits into from
Nov 28, 2023
Merged

MVVM Refactoring #26

merged 5 commits into from
Nov 28, 2023

Conversation

seunbanwo
Copy link
Owner

No description provided.

…he `FeedRefreshViewController` acts as a binder between the `View` and the `ViewModel`
…eeds to forward state changes, so state is only transient.
…o `FeedImageViewModel`. Now, the `FeedImageCellController` acts as a binder between the `View` and the `ViewModel`
…on closure that converts an image `Data` value into a generic `Image` type. When composing with a UIKit user interface, we inject a closure to transform the image `Data` into `UIImage`.
…ince it does not depend on any `EssentialFeed` component.
@seunbanwo seunbanwo merged commit 1071320 into main Nov 28, 2023
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

Successfully merging this pull request may close these issues.

2 participants