Skip to content

Commit 4b4ecbf

Browse files
committed
Update README.md
1 parent 704c901 commit 4b4ecbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ public protocol ILocationManagerViewModel: ObservableObject{
9393

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

96+
### as for tvOS ?!
97+
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.
98+
[CLLocationManager.requestLocation](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620548-requestlocation)
99+
100+
96101
## SwiftUI example of using package
97102
[async-location-swift-example](https://github.com/The-Igor/async-location-swift-example)
98103

0 commit comments

Comments
 (0)