Files
swift-composable-architectu…/Examples/MotionManager
Stephen Celis 0807f9a8f8 Rename certain Effect APIs (#92)
* Rename certain Effect APIs

* Move deprecations

* Fix
2020-05-13 14:12:56 -04:00
..
2020-05-03 22:26:28 -07:00

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.