Files
swift-composable-architectu…/Examples/MotionManager/README.md
Brandon Williams d2240d0e76 The Composable Architecture
Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
2020-05-03 22:26:28 -07:00

319 B

Motion Manager

This application demonstrates how to work with a complex dependency in the Composable Architecture. It uses the CMMotionManager API from the CoreMotion framework to read device movements and display that data as a graph on the screen.

This demo only works on a real device, not in the simulator.