- SDWebImage SDWebImageSwiftUI is a SwiftUI image loading framework, which based on SDWebImage .
This project uses SwiftUI + Combine to provide a more functional reactive architecture. Instead use some view state layer, this project tries to bind model directly to the view maintaining the sync between model and view layers.
Insert your API Keys on MarvelAPI
file like this:
static let publicKey = "123"
static let privateKey = "abc"