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 "
}

https://pixabay.com/

Screen capture

スクリーンショット 2021-12-31 17 46 33
スクリーンショット 2021-12-31 17 46 43
スクリーンショット 2021-12-31 17 46 49

GitHub

View Github