Files
swift-composable-architectu…/Examples/MotionManager
Brandon Williams 207fdfe1dc Remove schedulers in favor of using combine-schedulers (#184)
* Start using combine-schedulers.

* fixes

* wip
2020-06-15 09:10:28 -05: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.