Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 725 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 725 Bytes

Documentation

This directory contains two demo apps. Open DemoApps.xcworkspace in Xcode for a convenient access to both of them.

  • QueryDemo uses the @Query property wrapper.
  • MVVMDemo uses the @EnvironmentStateObject property wrapper as a support for the MVVM architecture, using the SwiftUI environment for dependency injection.
  • Both apps share the Players package, which wraps a database that contains "players".