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 "
}
SwiftUI + LazyVGrid + Pixabay API + Codable + sync/async Sample
create Constants.swift like this.
struct Constants {
// API KEY
static let api_key = " YOUR API KEY "
}
Using async / await on iOS 13: everything you need to know! 🚀 Content This repository contains the code sample I've used during December 14th's lives
AsyncCompatibilityKit Welcome to AsyncCompatibilityKit, a lightweight Swift package that adds iOS 13-compatible backports of commonly used async/await
Async Functions for ECMAScript The introduction of Promises and Generators in EC
AsyncAwaitNetworkingPlayground How To Run Just clone the project, open it and run. Some notes about AsyncAwaitNetworkingPlayground It's a straightforw
AsyncTaskKit This repo contains some additions to async/await Task. In general i
AsyncLocationKit Wrapper for Apple CoreLocation framework with new Concurency Mo
AsyncGraphics The core value type in AsyncGraphics is a Graphic. It's like an image, tho it can be used with various async methods. Documentation Swif
AsyncExtensions AsyncExtensions provides a collection of operators, async sequences and async streams that mimics Combine behaviour. The purpose is to
SmileNetwork A Swift network utility with async/await applied UseAge enum MockEndpoint { case weather(cityId: String) } extension MockEndpoint: S
FootStats Test app for the InStat company. The Project uses MVVM architecture, interface created with SwiftUI, network requests with async/await using
Lightweight full-featured Promises, Async & Await Library in Swift What's this? Hydra is full-featured lightweight library which allows you to write b
CombineAsyncually This is a DEMONSTRATION of how you can bridge the new async / await functionality in Swift 5.5 with Combine. There is NO WARRANTY. T
⏳ FunAsync Collection of Swift 5.5 async/await utility functions. Throw <-> Result conversion asyncThrowsToAsyncResult asyncResultToAsyncThrows More C
?? Actomaton ???? Actor + ?? Automaton = ?? Actomaton Actomaton is Swift async/await & Actor-powered effectful state-management framework inspired by
Our apps constantly do work. The faster you react to user input and produce an output, the more likely is that the user will continue to use your appl
CombineNetwork A simple light-weight network library to make network requesting simpler. It supports newer techonology such as async/await as well as
CollectionConcurrencyKit Welcome to CollectionConcurrencyKit, a lightweight Swift package that adds asynchronous and concurrent versions of the standa
SimpleNetwork Intro SimpleNetwork is simple network layer for use in small projects. Swift Package Manager Note: Instructions below are for using Swif
ios13AsyncAwait Example project showing how to use async/await with iOS 13 Article This source code is a part of an article published at This Dev Brai