SwiftUI + LazyVGrid + Pixabay API + Codable + sync/async Sample
PixabayImageSearchSample
SwiftUI + LazyVGrid + Pixabay API + Codable + sync/async Sample
Getting Started
create Constants.swift like this.
struct Constants {
// API KEY
static let api_key = " YOUR API KEY "
}