Demo iOS application showcasing how to consume a GraphQL API. The API itself is a wrapper of Apple Music Public APIs.
You can find the source code for the server implementation in this repository.
- MVVM pattern.
- code generation of the network layer using GraphQL.
- custom UI framework written in UIKit emulating the new SwiftUI syntax here.
- reactive code using
Rx.Swift
- custom Music Manager using AVFoundation