MovieSwiftUI is an application using the MovieDB API built with SwiftUI.
I spent last weeks sharing more about type-safety and building robust APIs in Swift. I want to continue the type-safety topic by talking about GraphQL. GraphQL is a query language for your API. This week we will talk about the benefits of GraphQL, and we will learn how to utilize it in Swift.
A cross-platform Reddit client built in SwiftUI
An open-source SwiftUI Stack Overflow client
Corona Virus Tracker & Advices iOS App with SwiftUI
How to add support for paginated API responses to SwiftUI lists
SwiftUI MovieDB prototype app built with Xcode 11 Beta & macOS 10.15 Catalina
My experience creating a classic beginner iOS app: a Reddit client
Generating dynamic lists and details screens from an API that returns JSON is a fairly common need in modern applications. In this video, we’ll show how to use URLSession to fetch JSON, decode it using JSONDecoder, and then use BindableObject and State properties to create a SwiftUI list from the results.
SwiftUI and Combine based GitHubSearch example.
Improves upon the original Weather app using SwiftUI. It allows users to call up the current weather and daily forecast for a particular location using the Dark Sky API.
Little project that fetches a list of companies, sort them by their share price and can show its details on a separate view.