Skip to content

Commit 6d4c40d

Browse files
authored
Remove LocationManager and MotionManager examples from README (#319)
1 parent 607ea20 commit 6d4c40d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Examples/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ This directory holds many case studies and applications to demonstrate solving v
55
* **Case Studies**
66
<br> Demonstrates how to solve some common application problems in an isolated environment, in both SwiftUI and UIKit. Things like bindings, navigation, effects, and reusable components.
77

8-
* **Location Manager**
9-
<br> This application uses Apple's CoreLocation and MapKit frameworks to allow the user to search for points of interest on a map. It also includes the ability to center the map on your current location, as well as a full test suite for how the app interacts with `CLLocationManager` and `MKLocalSearch`.
10-
11-
* **Motion Manager**
12-
<br> This application uses Apple's CoreMotion framework to show a graph of device movements. It's a demonstration of how to wrap complex dependencies in the `Effect` type so that you can interact with them in the reducer _and_ write tests for its logic.
13-
148
* **Search**
159
<br> Demonstrates how to build a search feature, with debouncing of typing events, and comes with a full test suite to performs end-to-end testing from user actions to running side effects.
1610

0 commit comments

Comments
 (0)