Skip to content

Latest commit

 

History

History

Documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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