[Framework] Feed list view in the Feed framework #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "framework/feed/feed-view-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to provide the existing
FeedViewController
view controller with real life data by integrating theiTunesService
service into its view model. In addition, the list item cell has been design has been updated, and re-implemented using theSwiftUI
framework.