Skip to content

Commit 5ecfeff

Browse files
committed
Update README.md
1 parent 2255c03 commit 5ecfeff

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Async pattern using new concurrency model in **swift** that can be applied to Core Bluetooth, Core Motion and others sources streaming data asynchronously
44

55
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fd3-async-location%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/The-Igor/d3-async-location) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fd3-async-location%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/The-Igor/d3-async-location)
6+
7+
## SwiftUI example of using package
8+
[async-location-swift-example](https://github.com/The-Igor/async-location-swift-example)
9+
10+
if you are using the simulator don't forget to simulate locations
11+
12+
![simulate locations](https://github.com/The-Igor/d3-async-location/blob/main/img/image11.gif)
13+
614
## Features
715
- [x] Using new concurrency swift model around CoreLocation manager
816
- [x] Customizable in terms of CLLocationManager properties
@@ -104,13 +112,6 @@ public protocol ILocationManagerViewModel: ObservableObject{
104112

105113
![Default location](https://github.com/The-Igor/d3-async-location/blob/main/img/image6.png)
106114

107-
## SwiftUI example of using package
108-
[async-location-swift-example](https://github.com/The-Igor/async-location-swift-example)
109-
110-
if you are using the simulator don't forget to simulate locations
111-
112-
![simulate locations](https://github.com/The-Igor/d3-async-location/blob/main/img/image11.gif)
113-
114115
Available for watchOS
115116

116117
![simulate locations](https://github.com/The-Igor/d3-async-location/blob/main/img/image5.gif)

0 commit comments

Comments
 (0)