You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
```
21
21
22
22
### 3. Call ViewModel method start() within async environment
23
-
If task will be canceled the streaming stops automatically. I would recomend to use .task modifire it manages cancelation on it's own. If you need to use Task and keep it in @State don't forget to cancel() when the time has come or it might course memory leaks in some cases
23
+
If task will be canceled the streaming stops automatically. I would recommend to use .task modifier it manages cancelation on it's own. If you need to use Task and keep it in @State don't forget to cancel() when the time has come or it might course memory leaks in some cases
24
24
```
25
25
.task{
26
26
do{
@@ -94,7 +94,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
I decided not include tv OS support not to complicate the package and TV does not move around and requeares only once request location in practical sence. tvOS does not support CLLocationManager method **startUpdatingLocation**. I have a plan to develop defferent service based on the method **requestLocation** that requests the one-time delivery of the user’s current location.
97
+
I decided not include tv OS support to the package not to complicate it and as TV usually does not move around, it requires only once request location in practical sense. Also tvOS does not support CLLocationManager method **startUpdatingLocation**. I have a plan to develop different service based on the method **requestLocation** that requests the one-time delivery of the user’s current location.
0 commit comments